Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 53cb9f3

Browse filesBrowse files
hqzingaduh95
authored andcommitted
build: add the missing macro definitions for OpenHarmony
PR-URL: #59804 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent d6e303d commit 53cb9f3
Copy full SHA for 53cb9f3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎deps/ngtcp2/ngtcp2.gyp‎

Copy file name to clipboardExpand all lines: deps/ngtcp2/ngtcp2.gyp
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
},
123123
},
124124
}],
125-
['OS=="linux" or OS=="android"', {
125+
['OS=="linux" or OS=="android" or OS=="openharmony"', {
126126
'defines': [
127127
'HAVE_ARPA_INET_H',
128128
'HAVE_NETINET_IN_H',
@@ -175,7 +175,7 @@
175175
['OS!="win"', {
176176
'defines': ['HAVE_UNISTD_H']
177177
}],
178-
['OS=="linux" or OS=="android"', {
178+
['OS=="linux" or OS=="android" or OS=="openharmony"', {
179179
'defines': [
180180
'HAVE_ARPA_INET_H',
181181
'HAVE_NETINET_IN_H',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.