mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-05 19:00:35 -05:00
format
This commit is contained in:
parent
01efbd5b22
commit
d72a1c5d90
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
(library
|
||||
(name nanoev_posix)
|
||||
(public_name nanoev-posix)
|
||||
(enabled_if (= %{os_type} "Unix"))
|
||||
(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