Skip to content

Commit b8934da

Browse files
author
Pat Hickey
committed
wasmtime build.rs: remove rustc-link-lib=m (#9100)
prtest:full
1 parent 55611f3 commit b8934da

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

crates/wasmtime/build.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,4 @@ fn build_c_helpers() {
3535
println!("cargo:rerun-if-changed=src/runtime/vm/helpers.c");
3636
build.file("src/runtime/vm/helpers.c");
3737
build.compile("wasmtime-helpers");
38-
39-
if os == "linux" {
40-
println!("cargo:rustc-link-lib=m");
41-
}
4238
}

0 commit comments

Comments
 (0)