Skip to content

Commit

Permalink
luv_unix needs package result on 4.02
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Feb 2, 2022
1 parent 2dc3871 commit 7326dc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/unix/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(library
(public_name luv_unix)
(libraries luv luv.c unix)
(foreign_stubs (language c) (names luv_unix)))
(libraries luv luv.c result unix)
(foreign_stubs (language c) (names luv_unix))
(flags (:standard -w -49 -open Result)))

0 comments on commit 7326dc7

Please sign in to comment.