diff --git a/bin/dune b/bin/dune index e7420d7..37aa158 100644 --- a/bin/dune +++ b/bin/dune @@ -1,4 +1,4 @@ (executable (public_name osolo5-elftool) (name main) - (libraries solo5-elftool owee cachet cmdliner)) + (libraries solo5-elftool unix cachet cmdliner)) diff --git a/lib/dune b/lib/dune index df9a12b..f924065 100644 --- a/lib/dune +++ b/lib/dune @@ -1,4 +1,4 @@ (library (public_name solo5-elftool) (name solo5_elftool) - (libraries owee cachet fmt)) + (libraries cachet fmt))