We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55611f3 commit b8934daCopy full SHA for b8934da
1 file changed
crates/wasmtime/build.rs
@@ -35,8 +35,4 @@ fn build_c_helpers() {
35
println!("cargo:rerun-if-changed=src/runtime/vm/helpers.c");
36
build.file("src/runtime/vm/helpers.c");
37
build.compile("wasmtime-helpers");
38
-
39
- if os == "linux" {
40
- println!("cargo:rustc-link-lib=m");
41
- }
42
}
0 commit comments