Skip to content

Commit fa83f26

Browse files
committed
Set OCAMLLIB in the environment.
1 parent fca1372 commit fa83f26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Runner.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,9 @@ function platform_envs(platform::AbstractPlatform, src_name::AbstractString;
13171317

13181318
# OCaml stuff
13191319
if :ocaml in compilers
1320-
# no environment variables required (yet)
1320+
merge!(mapping, Dict(
1321+
"OCAMLLIB" => "/opt/$(target)/lib/ocaml",
1322+
))
13211323
end
13221324

13231325
# Rust stuff

0 commit comments

Comments
 (0)