Skip to content

Commit 0bbe090

Browse files
committed
Add -dllpath when linking OCaml tests
See issue #28.
1 parent 9c89150 commit 0bbe090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/run-ocaml-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for file in *Auxiliary.ml
1111
do
1212
echo $file
1313
file_nat=${file%.ml}.native
14-
ocamlfind ocamlc -package zarith -linkpkg -o ${file_nat} -I ocaml-lib/_build_zarith extract.cma ${file}
14+
ocamlfind ocamlc -package zarith -linkpkg -dllpath-all -o ${file_nat} -I ocaml-lib/_build_zarith extract.cma ${file}
1515
done
1616

1717
for file in *.native

0 commit comments

Comments
 (0)