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 5406513 commit 127ccb3Copy full SHA for 127ccb3
src/template/cygwin
@@ -2,6 +2,9 @@
2
3
SRCH_LIB="/usr/local/lib"
4
5
+# This is required for ppoll(2), and perhaps other things
6
+CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
7
+
8
# Extra CFLAGS for code that will go into a shared library
9
CFLAGS_SL=""
10
0 commit comments