Skip to content

Commit 34076cd

Browse files
sabineMisterDA
andcommitted
Update playground/dune to use ocaml-config instead of ocamlopt
Co-authored-by: Antonin Décimo <[email protected]>
1 parent c99a3d1 commit 34076cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
(target stdlib_path.txt)
4141
(action
4242
(with-stdout-to %{target}
43-
(run ocamlopt -config-var standard_library))))
43+
(echo %{ocaml-config:standard_library}))))
4444
(rule
4545
(targets
4646
(dir stdlib))

0 commit comments

Comments
 (0)