We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dca44b commit fc1d577Copy full SHA for fc1d577
source/ports/rs_port/build.rs
@@ -24,10 +24,10 @@ fn main() {
24
// When building from Cargo
25
let profile = env::var("PROFILE").unwrap();
26
match profile.as_str() {
27
- "debug" => {
28
- println!("cargo:rustc-link-lib=dylib=metacalld");
29
- }
30
- "release" => {
+ // "debug" => {
+ // println!("cargo:rustc-link-lib=dylib=metacalld");
+ // }
+ "debug" | "release" => {
31
println!("cargo:rustc-link-lib=dylib=metacall")
32
}
33
_ => {
0 commit comments