Skip to content

Commit f5fe657

Browse files
nberthlefessan
authored andcommitted
Avoid compiler warnings when handling version.mlt files
1 parent 91f4672 commit f5fe657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drom_lib/genVersion.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ let dune _package file =
5454
(rule
5555
(targets %s)
5656
(deps (:script %st) package.toml)
57-
(action (with-stdout-to %%{targets} (run %%{ocaml} unix.cma %%{script}))))
57+
(action (with-stdout-to %%{targets} (run %%{ocaml} -I +unix unix.cma %%{script}))))
5858
|}
5959
file file

0 commit comments

Comments
 (0)