mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Add new feature pkg-config
: Enable linking with sys packages
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
818f4da577
commit
6c09cb05c9
2 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ guess_host_triple = "0.1.3"
|
|||
default = ["static"]
|
||||
mimalloc = ["dep:mimalloc"]
|
||||
static = ["bzip2/static", "xz2/static"]
|
||||
pkg-config = ["zstd/pkg-config"]
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.9.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue