diff --git a/src/posix/dune b/src/posix/dune index 7387ac6..9cfb691 100644 --- a/src/posix/dune +++ b/src/posix/dune @@ -1,6 +1,7 @@ (library (name nanoev_posix) (public_name nanoev-posix) + (enabled_if (= %{os_type} "Unix")) (synopsis "posix backend (poll/ppoll+mtime)") (private_modules heap) (libraries threads nanoev unix iomux mtime mtime.clock.os))