Skip to content

Commit 5b87b95

Browse files
author
AnatolyI
committed
Update libstrings on linux/x86_64
1 parent 0252a2f commit 5b87b95

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ fn main() {
122122
println!("cargo:rustc-link-search=native={}", libdir.display());
123123
println!("cargo:rustc-link-lib=wrapper");
124124
println!("cargo:rustc-link-lib=strings");
125-
println!("cargo:rustc-link-lib=c++");
125+
if cfg!(target_os = "macos") {
126+
println!("cargo:rustc-link-lib=c++");
127+
}
126128
}
127129
}

lib/linux/x86_64/libstrings.a

79.7 KB
Binary file not shown.

lib/linux/x86_64/libwrapper.a

328 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)