We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ea53d commit 5929408Copy full SHA for 5929408
darwin/bsc.exe
136 Bytes
darwin/rescript.exe
80 Bytes
scripts/ninjaFactory.js
@@ -22,8 +22,8 @@ rule cc
22
}
23
description = Making $out
24
# 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
+# build ../${process.platform}/bsb$ext: cc $INCL/bsb.mli $INCL/bsb.ml
+# flags = $flags -unboxed-types unix.cmxa str.cmxa
27
build ../${process.platform}/rescript$ext: cc $INCL/rescript.mli $INCL/rescript.ml
28
flags = $flags -unboxed-types unix.cmxa str.cmxa
29
o ../${process.platform}/bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml
0 commit comments