We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1972de commit ccd2b3aCopy full SHA for ccd2b3a
test/blackbox-tests/test-cases/boot/helpers.sh
@@ -19,6 +19,11 @@ touch vendor/uutf/uutf.ml
19
20
mkdir bin
21
22
+ocamlopt="$(which ocamlopt.opt)"
23
+export BUILD_PATH_PREFIX_MAP="/OCAMLOPT=$ocamlopt:$BUILD_PATH_PREFIX_MAP"
24
+ocamlc="$(which ocamlc.opt)"
25
+export BUILD_PATH_PREFIX_MAP="/OCAMLC=$ocamlc:$BUILD_PATH_PREFIX_MAP"
26
+
27
# Creates a fake dune executable that depends on [$1] and emits bootstrap info
28
# which is then used to bootstrap the fake dune.
29
create_dune() {
0 commit comments