13 lines
373 B
Text
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(
|