Skip to content

Commit 4a31715

Browse files
hqzingtargos
authored andcommitted
build: fix 'implicit-function-declaration' on OpenHarmony platform
PR-URL: #59547 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 15fa779 commit 4a31715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/uvwasi/uvwasi.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'include_dirs': ['include']
2929
},
3030
'conditions': [
31-
[ 'OS=="linux"', {
31+
[ 'OS=="linux" or OS=="openharmony"', {
3232
'defines': [
3333
'_GNU_SOURCE',
3434
'_POSIX_C_SOURCE=200112',

0 commit comments

Comments
 (0)