build: fix flags for ngtcp2 on IBM i

PR-URL: https://github.com/nodejs/node/pull/60073
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>
This commit is contained in:
SRAVANI GUNDEPALLI 2025-10-02 22:27:48 +05:30 committed by GitHub
parent 5ac8f26ede
commit 0eda17ba20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -272,7 +272,7 @@
'HAVE_NETINET_IP_H',
],
'conditions': [
['OS=="aix" or OS=="win"', {
['OS=="aix" or OS=="win" or OS=="os400"', {
# AIX does not support some of the networking features used in
# the test server. Windows also lacks the Unix-specific headers
# and system calls required by the ngtcp2 examples.
@ -330,7 +330,7 @@
'HAVE_NETINET_IP_H',
],
'conditions': [
['OS=="aix" or OS=="win"', {
['OS=="aix" or OS=="win" or OS=="os400"', {
# AIX does not support some of the networking features used in
# the test client. Windows also lacks the Unix-specific headers
# and system calls required by the ngtcp2 examples.