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 00826ac commit 49ef130Copy full SHA for 49ef130
jscomp/Makefile
@@ -471,7 +471,7 @@ world:
471
travis-world-test:
472
$(MAKE) world
473
@echo "Making test"
474
- $(NATIVE) -g -I bin -w -a unix.cmxa stubs/ext_basic_hash_stubs.c bin/all_ounit_tests.mli bin/all_ounit_tests.ml -o bin/all_ounit_tests.exe && bin/all_ounit_tests.exe
+ $(NATIVE) -g -I bin -I +compiler-libs -w -a ocamlcommon.cmxa unix.cmxa stubs/ext_basic_hash_stubs.c bin/all_ounit_tests.mli bin/all_ounit_tests.ml -o bin/all_ounit_tests.exe && bin/all_ounit_tests.exe
475
$(MAKE) -C test all
476
@echo "Making test finsihed"
477
0 commit comments