diff --git a/source/ports/rs_port/build.rs b/source/ports/rs_port/build.rs index 6787eff43..4b7bcf309 100644 --- a/source/ports/rs_port/build.rs +++ b/source/ports/rs_port/build.rs @@ -24,10 +24,10 @@ fn main() { // When building from Cargo let profile = env::var("PROFILE").unwrap(); match profile.as_str() { - "debug" => { - println!("cargo:rustc-link-lib=dylib=metacalld"); - } - "release" => { + // "debug" => { + // println!("cargo:rustc-link-lib=dylib=metacalld"); + // } + "debug" | "release" => { println!("cargo:rustc-link-lib=dylib=metacall") } _ => {