ports/lang/gleam/patches/patch-compiler-cli_src_run_rs

13 lines
373 B
Text

Consider MODERL_VERSION
Index: compiler-cli/src/run.rs
--- compiler-cli/src/run.rs.orig
+++ compiler-cli/src/run.rs
@@ -134,7 +134,7 @@ fn run_erlang(
args.push(argument);
}
- ProjectIO::new().exec("erl", &args, &[], None, Stdio::Inherit)
+ ProjectIO::new().exec("erl${MODERL_VERSION}", &args, &[], None, Stdio::Inherit)
}
fn run_javascript_node(