Skip to content

Commit dd55a0a

Browse files
committed
Define even more env vars.
1 parent 775066b commit dd55a0a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Runner.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,8 +1320,12 @@ function platform_envs(platform::AbstractPlatform, src_name::AbstractString;
13201320
# OCaml stuff
13211321
if :ocaml in compilers
13221322
merge!(mapping, Dict(
1323-
"OCAMLC" => "ocamlc",
13241323
"OCAMLLIB" => "/opt/$(target)/lib/ocaml",
1324+
1325+
# Default mappings for some tools
1326+
"OCAMLC" => "ocamlc",
1327+
"OCAMLOPT" => "ocamlopt",
1328+
"OCAMLFIND" => "ocamlfind",
13251329
))
13261330
end
13271331

0 commit comments

Comments
 (0)