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 f4e6d85 commit 7efaf79Copy full SHA for 7efaf79
deps/ngtcp2/ngtcp2.gyp
@@ -330,7 +330,7 @@
330
'HAVE_NETINET_IP_H',
331
],
332
'conditions': [
333
- ['OS=="aix" or OS=="win" OS=="os400"', {
+ ['OS=="aix" or OS=="win" or OS=="os400"', {
334
# AIX does not support some of the networking features used in
335
# the test client. Windows also lacks the Unix-specific headers
336
# and system calls required by the ngtcp2 examples.
0 commit comments