Browse Source

wasmtime build.rs: remove rustc-link-lib=m (#9100)

prtest:full
pull/9116/head
Pat Hickey 3 months ago
committed by GitHub
parent
commit
def6f32827
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      crates/wasmtime/build.rs

4
crates/wasmtime/build.rs

@ -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");
}
}

Loading…
Cancel
Save