We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9edccd commit 590e574Copy full SHA for 590e574
build.rs
@@ -53,7 +53,7 @@ fn main() {
53
// This will work on all supported Windows versions but it relies on
54
// us using `SetDefaultDllDirectories` before any libraries are loaded.
55
// See also: src/bin/rustup-init.rs
56
- let delay_load_dlls = ["bcrypt", "secur32"];
+ let delay_load_dlls = ["bcrypt", "api-ms-win-core-synch-l1-2-0"];
57
for dll in delay_load_dlls {
58
println!("cargo:rustc-link-arg-bin=rustup-init=/delayload:{dll}.dll");
59
}
0 commit comments