Skip to content

Commit

Permalink
Explicitly link unix
Browse files Browse the repository at this point in the history
It is used in the export module. You need to link it explicitly in ocaml >= 5.0
  • Loading branch information
mseri committed Oct 19, 2022
1 parent 8c455bd commit bafb689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dune
@@ -1,4 +1,4 @@
(library
(name OSCADml)
(public_name OSCADml)
(libraries OCADml cairo2))
(libraries OCADml cairo2 unix))

0 comments on commit bafb689

Please sign in to comment.