Skip to content

Commit 5929408

Browse files
committed
update the binary
1 parent a4ea53d commit 5929408

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

darwin/bsc.exe

136 Bytes
Binary file not shown.

darwin/rescript.exe

80 Bytes
Binary file not shown.

scripts/ninjaFactory.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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
26-
flags = $flags -unboxed-types unix.cmxa str.cmxa
25+
# build ../${process.platform}/bsb$ext: cc $INCL/bsb.mli $INCL/bsb.ml
26+
# flags = $flags -unboxed-types unix.cmxa str.cmxa
2727
build ../${process.platform}/rescript$ext: cc $INCL/rescript.mli $INCL/rescript.ml
2828
flags = $flags -unboxed-types unix.cmxa str.cmxa
2929
o ../${process.platform}/bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml

0 commit comments

Comments
 (0)