Skip to content

Commit 2f45cc1

Browse files
committed
Define OCAMLC env var for test suite.
1 parent 027d04d commit 2f45cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Runner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,7 @@ function platform_envs(platform::AbstractPlatform, src_name::AbstractString;
13201320
# OCaml stuff
13211321
if :ocaml in compilers
13221322
merge!(mapping, Dict(
1323+
"OCAMLC" => "ocamlc",
13231324
"OCAMLLIB" => "/opt/$(target)/lib/ocaml",
13241325
))
13251326
end

0 commit comments

Comments
 (0)