Skip to content

Commit 889069a

Browse files
authored
Merge pull request #373 from dra27/cleaner-libdir
Add missing dependency on Unix
2 parents 493ed91 + 852928c commit 889069a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(action
66
(run %{bin:cppo} -V OCAML:%{ocaml_version} %{input-file})))
77
(libraries astring csexp fmt logs ocaml-version odoc-parser re result str
8-
compiler-libs.common))
8+
compiler-libs.common unix))
99

1010
(ocamllex lexer_mdx)
1111

0 commit comments

Comments
 (0)