Skip to content

Commit 6abf099

Browse files
committed
Define OCAMLC env var for test suite.
1 parent 6006091 commit 6abf099

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Runner.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,11 @@ function platform_envs(platform::AbstractPlatform, src_name::AbstractString;
13221322
if :ocaml in compilers
13231323
merge!(mapping, Dict(
13241324
"OCAMLLIB" => "/opt/$(target)/lib/ocaml",
1325+
1326+
# Default mappings for some tools
1327+
"OCAMLC" => "ocamlc",
1328+
"OCAMLOPT" => "ocamlopt",
1329+
"OCAMLFIND" => "ocamlfind",
13251330
))
13261331
end
13271332

0 commit comments

Comments
 (0)