Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add missing unix deps #100

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading