Don't compile EpollEventDriver outside of Linux.
This commit is contained in:
parent
eee5091f2f
commit
be99b48216
|
@ -1,6 +1,8 @@
|
|||
module eventcore.epoll;
|
||||
@safe: /*@nogc:*/ nothrow:
|
||||
|
||||
version (linux):
|
||||
|
||||
public import eventcore.posix;
|
||||
import eventcore.internal.utils;
|
||||
|
||||
|
|
Loading…
Reference in a new issue