Skip to content

Commit 0eda17b

Browse files
authored
build: fix flags for ngtcp2 on IBM i
PR-URL: #60073 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Abdirahim Musse <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 5ac8f26 commit 0eda17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/ngtcp2/ngtcp2.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
'HAVE_NETINET_IP_H',
273273
],
274274
'conditions': [
275-
['OS=="aix" or OS=="win"', {
275+
['OS=="aix" or OS=="win" or OS=="os400"', {
276276
# AIX does not support some of the networking features used in
277277
# the test server. Windows also lacks the Unix-specific headers
278278
# and system calls required by the ngtcp2 examples.
@@ -330,7 +330,7 @@
330330
'HAVE_NETINET_IP_H',
331331
],
332332
'conditions': [
333-
['OS=="aix" or OS=="win"', {
333+
['OS=="aix" or OS=="win" or OS=="os400"', {
334334
# AIX does not support some of the networking features used in
335335
# the test client. Windows also lacks the Unix-specific headers
336336
# and system calls required by the ngtcp2 examples.

0 commit comments

Comments
 (0)