Skip to content

Commit 0c6c2e9

Browse files
committed
fix CI
1 parent d13b2a5 commit 0c6c2e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: scripts/ninjaFactory.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ rule cc
2222
}
2323
description = Making $out
2424
# build bspp.exe: cc bspp.mli bspp.ml
25-
build ../${process.platform}/bsb$ext: cc $INCL/bsb.mli $INCL/bsb.ml
25+
o ../${process.platform}/bsb$ext: cc $INCL/bsb.mli $INCL/bsb.ml
2626
flags = $flags -unboxed-types unix.cmxa str.cmxa
27-
build ../${process.platform}/bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml
27+
o ../${process.platform}/bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml
2828
flags = $flags -unboxed-types -w -a
29-
build ../${process.platform}/refmt$ext: cc $INCL/refmt_main3.mli $INCL/refmt_main3.ml
29+
o ../${process.platform}/refmt$ext: cc $INCL/refmt_main3.mli $INCL/refmt_main3.ml
3030
flags = $flags -w -40-30 -no-alias-deps -I +compiler-libs ocamlcommon.cmxa
31-
build ../${process.platform}/bsc$ext: cc $INCL/whole_compiler.mli $INCL/whole_compiler.ml
31+
o ../${process.platform}/bsc$ext: cc $INCL/whole_compiler.mli $INCL/whole_compiler.ml
3232
flags = $flags -w A-4-9-48-40-45-41-44-50-21-30-32-34-37-27-60-42 -warn-error A
3333
`;
3434
}

0 commit comments

Comments
 (0)