Skip to content

Commit 4da0a1e

Browse files
committed
Set OCAMLLIB in the environment.
1 parent f238346 commit 4da0a1e

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
@@ -1318,7 +1318,9 @@ function platform_envs(platform::AbstractPlatform, src_name::AbstractString;
13181318

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

13241326
# Rust stuff

0 commit comments

Comments
 (0)