Skip to content

Commit 91f5003

Browse files
sravani1510aduh95
authored andcommitted
build: fix flags for ngtcp2 on IBM i
PR-URL: #60073 Backport-PR-URL: #64675 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Abdirahim Musse <abdirahim.musse@ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 8d97dee commit 91f5003

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deps/ngtcp2/ngtcp2.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
'HAVE_NETINET_IP_H',
275275
],
276276
'conditions': [
277-
['OS=="aix" or OS=="win"', {
277+
['OS=="aix" or OS=="win" or OS=="os400"', {
278278
# AIX does not support some of the networking features used in
279279
# the test server. Windows also lacks the Unix-specific headers
280280
# and system calls required by the ngtcp2 examples.
@@ -332,7 +332,7 @@
332332
'HAVE_NETINET_IP_H',
333333
],
334334
'conditions': [
335-
['OS=="aix" or OS=="win"', {
335+
['OS=="aix" or OS=="win" or OS=="os400"', {
336336
# AIX does not support some of the networking features used in
337337
# the test client. Windows also lacks the Unix-specific headers
338338
# and system calls required by the ngtcp2 examples.

0 commit comments

Comments
 (0)