Skip to content

Commit

Permalink
wasmtime build.rs: remove rustc-link-lib=m (#9100) (#9119)
Browse files Browse the repository at this point in the history
prtest:full
  • Loading branch information
pchickey authored Aug 12, 2024
1 parent 55611f3 commit aa0861c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/wasmtime/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,4 @@ fn build_c_helpers() {
println!("cargo:rerun-if-changed=src/runtime/vm/helpers.c");
build.file("src/runtime/vm/helpers.c");
build.compile("wasmtime-helpers");

if os == "linux" {
println!("cargo:rustc-link-lib=m");
}
}

0 comments on commit aa0861c

Please sign in to comment.