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.
ole32
1 parent 0bd9e1f commit 2e0043aCopy full SHA for 2e0043a
src/librustc_llvm/build.rs
@@ -273,11 +273,8 @@ fn main() {
273
}
274
275
276
- // LLVM requires symbols from this library, but apparently they're not printeds
+ // LLVM requires symbols from this library, but apparently they're not printed
277
// during llvm-config?
278
- if target.contains("windows") {
279
- println!("cargo:rustc-link-lib=ole32");
280
- }
281
if target.contains("windows-gnu") {
282
println!("cargo:rustc-link-lib=static-nobundle=gcc_s");
283
println!("cargo:rustc-link-lib=static-nobundle=pthread");
0 commit comments