From 28c192260084a33f36f651c26c1a85e1feb484ac Mon Sep 17 00:00:00 2001 From: KtorZ Date: Thu, 25 Jul 2024 10:23:30 +0200 Subject: [PATCH] Also include pkg-config for musl build. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 034c3f1f..29239535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,6 +43,7 @@ x86_64-unknown-linux-musl = "ubuntu-22.04" [workspace.metadata.dist.dependencies.apt] libssl-dev = { targets = [ "x86_64-unknown-linux-musl" ] } +pkg-config = { targets = [ "x86_64-unknown-linux-musl" ] } [workspace.dependencies] walkdir = "2.3.2"