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 0252a2f commit 5b87b95Copy full SHA for 5b87b95
build.rs
@@ -122,6 +122,8 @@ fn main() {
122
println!("cargo:rustc-link-search=native={}", libdir.display());
123
println!("cargo:rustc-link-lib=wrapper");
124
println!("cargo:rustc-link-lib=strings");
125
- println!("cargo:rustc-link-lib=c++");
+ if cfg!(target_os = "macos") {
126
+ println!("cargo:rustc-link-lib=c++");
127
+ }
128
}
129
lib/linux/x86_64/libstrings.a
79.7 KB
lib/linux/x86_64/libwrapper.a
328 Bytes
0 commit comments