Skip to content

Commit

Permalink
remove vendored binary, use system libstdc++ (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzlk authored Jan 16, 2025
1 parent 164053b commit 411d430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/stormlib-bindings/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fn main() {
"cargo:rustc-link-search=native={}",
Path::new(&dir).join("zlib").display()
);
println!("cargo:rustc-link-search=native=vendor");
// println!("cargo:rustc-link-search=native=vendor");
println!("cargo:rustc-link-lib=static=storm");
// println!("cargo:rustc-link-lib=static=bz2_static");
// println!("cargo:rustc-link-lib=static=z");
Expand Down
Binary file removed crates/stormlib-bindings/vendor/libstdc++.a
Binary file not shown.

0 comments on commit 411d430

Please sign in to comment.