Also include pkg-config for musl build.

This commit is contained in:
KtorZ 2024-07-25 10:23:30 +02:00
parent d36edb4e01
commit 28c1922600
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 0 deletions

View File

@ -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"