Skip to content

Commit

Permalink
chore: add missing unix deps
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>

<!-- ps-id: b9885867-2ac2-4cb4-8b41-edf61380995b -->
  • Loading branch information
rgrinberg committed Oct 1, 2024
1 parent 4b6da8c commit 1531fcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lev-fiber-csexp/src/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name lev_fiber_csexp)
(public_name lev-fiber-csexp)
(libraries fiber csexp stdune dyn lev_fiber)
(libraries fiber unix csexp stdune dyn lev_fiber)
(instrumentation
(backend bisect_ppx)))
2 changes: 1 addition & 1 deletion lev-fiber/bench/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(executable
(name ping_pong)
(libraries lev-fiber fiber lev stdune))
(libraries lev-fiber fiber unix lev stdune))
2 changes: 2 additions & 0 deletions lev/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(modules lev_tests sockets)
(libraries
lev
unix
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
ppx_expect.config
Expand All @@ -19,6 +20,7 @@
(modules lev_tests_unix)
(libraries
lev
unix
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
ppx_expect.config
Expand Down

0 comments on commit 1531fcd

Please sign in to comment.