Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: add the missing macro definitions for OpenHarmony
  • Loading branch information
hqzing committed Sep 8, 2025
commit c1a7a692cf6883e9861b3c50af55d5cd3d778b69
4 changes: 2 additions & 2 deletions deps/ngtcp2/ngtcp2.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
},
},
}],
['OS=="linux" or OS=="android"', {
['OS=="linux" or OS=="android" or OS=="openharmony"', {
'defines': [
'HAVE_ARPA_INET_H',
'HAVE_NETINET_IN_H',
Expand Down Expand Up @@ -205,7 +205,7 @@
['OS!="win"', {
'defines': ['HAVE_UNISTD_H']
}],
['OS=="linux" or OS=="android"', {
['OS=="linux" or OS=="android" or OS=="openharmony"', {
'defines': [
'HAVE_ARPA_INET_H',
'HAVE_NETINET_IN_H',
Expand Down
Loading