Skip to content

Commit 7733857

Browse files
committed
remove exe thing
1 parent 0a499f2 commit 7733857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/build.ocp2

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ OCaml.program(
1919
"main.ml"
2020
];
2121
build_rules = [
22-
"%{main_FULL_DST_DIR}%/main.byte.js", {
22+
"%{main_FULL_DST_DIR}%/main.js", {
2323
build_target = true;
24-
sources = "%{main_FULL_DST_DIR}%/main.byte.exe";
24+
sources = "%{main_FULL_DST_DIR}%/main.byte";
2525
commands = [
2626
OCaml.system([
2727
"js_of_ocaml";
28-
"%{main_FULL_DST_DIR}%/main.byte.exe";
28+
"%{main_FULL_DST_DIR}%/main.byte";
2929
])
3030
]
3131
}

0 commit comments

Comments
 (0)