Skip to content

Commit

Permalink
Add -dllpath when linking OCaml tests
Browse files Browse the repository at this point in the history
See issue #28.
  • Loading branch information
bauereiss committed Feb 11, 2020
1 parent 9c89150 commit 0bbe090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/run-ocaml-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for file in *Auxiliary.ml
do
echo $file
file_nat=${file%.ml}.native
ocamlfind ocamlc -package zarith -linkpkg -o ${file_nat} -I ocaml-lib/_build_zarith extract.cma ${file}
ocamlfind ocamlc -package zarith -linkpkg -dllpath-all -o ${file_nat} -I ocaml-lib/_build_zarith extract.cma ${file}
done

for file in *.native
Expand Down

0 comments on commit 0bbe090

Please sign in to comment.