We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5a25a commit 12e08d3Copy full SHA for 12e08d3
3 files changed
ext/extconf.rb
@@ -41,6 +41,10 @@
41
$srcs << "io/event/selector/kqueue.c"
42
end
43
44
+if have_header("windows.h")
45
+ $srcs << "io/event/selector/iocp.c"
46
+end
47
+
48
have_header("sys/wait.h")
49
50
have_header("sys/eventfd.h")
0 commit comments