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