Skip to content

Commit c2bc59e

Browse files
committed
temporarily build with Str and Unix.
1 parent e8f96d3 commit c2bc59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ninjaFactory.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build ../${targetDir}/rescript$ext: cc $INCL/rescript.mli $INCL/rescript.ml
2929
build ../${targetDir}/bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml
3030
flags = $flags -unboxed-types -w -a
3131
build ../${targetDir}/bsc$ext: cc $INCL/whole_compiler.mli $INCL/whole_compiler.ml
32-
flags = $flags -w A-4-9-48-40-45-41-44-50-21-30-32-34-37-27-60-42
32+
flags = $flags -w A-4-9-48-40-45-41-44-50-21-30-32-34-37-27-60-42 unix.cmxa str.cmxa
3333
`;
3434
}
3535

0 commit comments

Comments
 (0)