Skip to content

Commit

Permalink
Disable building binaryen tools (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
surma authored Apr 3, 2024
1 parent 1e06f04 commit 601ffe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binaryen-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ fn main() {
.define("BUILD_STATIC_LIB", "ON")
.define("ENABLE_WERROR", "OFF")
.define("BUILD_TESTS", "OFF")
.define("BUILD_TOOLS", "OFF")
.build();

println!("cargo:rustc-link-search=native={}/build/lib", dst.display());
Expand Down

0 comments on commit 601ffe0

Please sign in to comment.