We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c89150 commit 0bbe090Copy full SHA for 0bbe090
library/run-ocaml-tests.sh
@@ -11,7 +11,7 @@ for file in *Auxiliary.ml
11
do
12
echo $file
13
file_nat=${file%.ml}.native
14
- 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}
15
done
16
17
for file in *.native
0 commit comments