mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Merge pull request #191 from NobodyXu/feature/target-detection-windows
feature: Detect `*-pc-windows-gnu` targets in `targets.rs`
This commit is contained in:
commit
ee4cbaa3d5
2 changed files with 27 additions and 2 deletions
|
@ -62,7 +62,7 @@ zip = { version = "0.6.2", default-features = false, features = [ "deflate", "bz
|
|||
# Enable feature zstdmt to enable multithreading in libzstd.
|
||||
zstd = { version = "0.10.0", features = [ "bindgen", "zstdmt" ], default-features = false }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
[target.'cfg(any(target_os = "macos", target_os = "windows"))'.dependencies]
|
||||
guess_host_triple = "0.1.3"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue