Skip to content

Commit 0cbd8fb

Browse files
author
Hongbo Zhang
committed
unify ocamlpack
1 parent 9c688ae commit 0cbd8fb

16 files changed

+2817
-1025
lines changed

jscomp/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ release:snapshot
3939
./bin/ocamlpack: ./bin/ocamlpack.mli ./bin/ocamlpack.ml
4040
$(NATIVE) -w -a -I bin -I +compiler-libs ocamlcommon.cmxa unix.cmxa $^ -o $@
4141

42-
_build/ocamlpack: _build/ext/ext.cmxa _build/syntax/pack.cmxa _build/syntax/ocaml_pack_main.cmx
42+
## order matters
43+
_build/ocamlpack: _build/ext/ext.cmxa _build/common/common.cmxa _build/syntax/pack.cmxa _build/syntax/ocaml_pack_main.cmx
4344
$(NATIVE) -I +compiler-libs ocamlcommon.cmxa unix.cmxa $^ -o $@
4445

4546
snapshot: ./bin/ocamlpack snapshotcmj

0 commit comments

Comments
 (0)