Skip to content

Commit 7efaf79

Browse files
committed
fixup! fix: flags for ngtcp2 on IBM i
1 parent f4e6d85 commit 7efaf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/ngtcp2/ngtcp2.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
'HAVE_NETINET_IP_H',
331331
],
332332
'conditions': [
333-
['OS=="aix" or OS=="win" OS=="os400"', {
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)