This commit is contained in:
Federico Terzi 2019-09-16 11:02:40 +02:00
parent 478d30189f
commit 30cc0d3fe0

View File

@ -27,7 +27,7 @@ fn get_config() -> PathBuf {
#[cfg(target_os = "windows")]
fn print_config() {
println!("cargo:rustc-link-lib=static=winbridge");
println!("cargo:rustc-link-lib=static=user32"); // TODO: maybe dylib is better
println!("cargo:rustc-link-lib=dylib=user32");
}
#[cfg(target_os = "linux")]