File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ ocaml tools/cat.ml '"\n# $name\n"' -- $TAGS _tags.in _tags
54
54
ocaml tools/cat.ml ' "\n#1 \"$name\"\n"' -- $PLUGINS myocamlbuild.ml.in myocamlbuild.ml
55
55
ocaml tools/cat.ml ' "\n#1 \"$name\"\n"' -- setup.ml.pre.in $SETUPS setup.ml.in setup.ml
56
56
oasis $QUIET setup
57
- ocamlfind ocamlopt unix.cmxa setup.ml -o setup.exe
57
+ ocamlfind ocamlopt -package unix -linkpkg setup.ml -o setup.exe
58
58
rm setup.cmx setup.cmi setup.o
59
59
./setup.exe $QUIET -configure " $@ "
Original file line number Diff line number Diff line change 44
44
# call setup twice so that it can capture the AB deps
45
45
for pass in ` seq 2` ; do
46
46
oasis setup
47
- ocamlfind ocamlopt unix.cmxa setup.ml -o setup.exe
47
+ ocamlfind ocamlopt -package unix -linkpkg setup.ml -o setup.exe
48
48
rm setup.cmx setup.cmi setup.o
49
49
./setup.exe -configure --prefix $( opam config var prefix) " $@ "
50
50
done
You can’t perform that action at this time.
0 commit comments