We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
version.mlt
1 parent 91f4672 commit f5fe657Copy full SHA for f5fe657
src/drom_lib/genVersion.ml
@@ -54,6 +54,6 @@ let dune _package file =
54
(rule
55
(targets %s)
56
(deps (:script %st) package.toml)
57
- (action (with-stdout-to %%{targets} (run %%{ocaml} unix.cma %%{script}))))
+ (action (with-stdout-to %%{targets} (run %%{ocaml} -I +unix unix.cma %%{script}))))
58
|}
59
file file
0 commit comments