We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a499f2 commit 7733857Copy full SHA for 7733857
test/build.ocp2
@@ -19,13 +19,13 @@ OCaml.program(
19
"main.ml"
20
];
21
build_rules = [
22
- "%{main_FULL_DST_DIR}%/main.byte.js", {
+ "%{main_FULL_DST_DIR}%/main.js", {
23
build_target = true;
24
- sources = "%{main_FULL_DST_DIR}%/main.byte.exe";
+ sources = "%{main_FULL_DST_DIR}%/main.byte";
25
commands = [
26
OCaml.system([
27
"js_of_ocaml";
28
- "%{main_FULL_DST_DIR}%/main.byte.exe";
+ "%{main_FULL_DST_DIR}%/main.byte";
29
])
30
]
31
}
0 commit comments