Skip to content

Commit

Permalink
Unify winapi features for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry committed May 5, 2020
1 parent b512b1c commit 3b8358e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/rustc-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ path = "lib.rs"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
features = [
"aclapi",
"accctrl",
"basetsd",
"consoleapi",
"errhandlingapi",
Expand Down Expand Up @@ -73,6 +75,5 @@ url = { version = "2.0", features = ['serde'] }
[target.'cfg(not(windows))'.dependencies]
openssl = { version = "0.10.12", optional = true }


[features]
all-static = ['openssl/vendored', 'curl-sys/static-curl', 'curl-sys/force-system-lib-on-osx']

0 comments on commit 3b8358e

Please sign in to comment.