Skip to content

Commit 49ef130

Browse files
committed
fix ci makefile
1 parent 00826ac commit 49ef130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ world:
471471
travis-world-test:
472472
$(MAKE) world
473473
@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
474+
$(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
475475
$(MAKE) -C test all
476476
@echo "Making test finsihed"
477477

0 commit comments

Comments
 (0)