Merge pull request #191 from NobodyXu/feature/target-detection-windows

feature:  Detect `*-pc-windows-gnu` targets in `targets.rs`
This commit is contained in:
Félix Saparelli 2022-06-23 21:34:37 +12:00 committed by GitHub
commit ee4cbaa3d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 2 deletions

View file

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