Skip to content

Commit aa0861c

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)