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 1eafd6f commit 89f3ebeCopy full SHA for 89f3ebe
sdl2-sys/build.rs
@@ -291,6 +291,7 @@ fn link_sdl2(target_os: &str) {
291
println!("cargo:rustc-link-lib=dinput8");
292
println!("cargo:rustc-link-lib=dxguid");
293
println!("cargo:rustc-link-lib=setupapi");
294
+ println!("cargo:rustc-link-lib=advapi32");
295
} else if target_os == "darwin" {
296
println!("cargo:rustc-link-lib=framework=Cocoa");
297
println!("cargo:rustc-link-lib=framework=IOKit");
0 commit comments