Skip to content

Commit

Permalink
dune: add dependency to unix library
Browse files Browse the repository at this point in the history
This is needed because it's not part of the standard library in newer
distributions

Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
  • Loading branch information
psafont authored and c-cube committed Nov 21, 2023
1 parent 73cd64d commit a1f60f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
(name inotify)
(public_name inotify)
(foreign_stubs (language c) (names inotify_stubs))
(libraries unix)
(modules inotify))

(library
Expand Down

0 comments on commit a1f60f5

Please sign in to comment.