mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-05 19:00:35 -05:00
mark nanoev posix as enabled only on unix systems
This commit is contained in:
parent
e3cef54bd8
commit
57cecc55fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue