mark nanoev posix as enabled only on unix systems

This commit is contained in:
Simon Cruanes 2025-05-09 12:42:22 -04:00
parent e3cef54bd8
commit 57cecc55fc
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,6 +1,7 @@
(library (library
(name nanoev_posix) (name nanoev_posix)
(public_name nanoev-posix) (public_name nanoev-posix)
(enabled_if (= %{os_type} "Unix"))
(synopsis "posix backend (poll/ppoll+mtime)") (synopsis "posix backend (poll/ppoll+mtime)")
(private_modules heap) (private_modules heap)
(libraries threads nanoev unix iomux mtime mtime.clock.os)) (libraries threads nanoev unix iomux mtime mtime.clock.os))