mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
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:
parent
5ac8f26ede
commit
0eda17ba20
4
deps/ngtcp2/ngtcp2.gyp
vendored
4
deps/ngtcp2/ngtcp2.gyp
vendored
|
|
@ -272,7 +272,7 @@
|
||||||
'HAVE_NETINET_IP_H',
|
'HAVE_NETINET_IP_H',
|
||||||
],
|
],
|
||||||
'conditions': [
|
'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
|
# AIX does not support some of the networking features used in
|
||||||
# the test server. Windows also lacks the Unix-specific headers
|
# the test server. Windows also lacks the Unix-specific headers
|
||||||
# and system calls required by the ngtcp2 examples.
|
# and system calls required by the ngtcp2 examples.
|
||||||
|
|
@ -330,7 +330,7 @@
|
||||||
'HAVE_NETINET_IP_H',
|
'HAVE_NETINET_IP_H',
|
||||||
],
|
],
|
||||||
'conditions': [
|
'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
|
# AIX does not support some of the networking features used in
|
||||||
# the test client. Windows also lacks the Unix-specific headers
|
# the test client. Windows also lacks the Unix-specific headers
|
||||||
# and system calls required by the ngtcp2 examples.
|
# and system calls required by the ngtcp2 examples.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user