Skip to content

Commit dbaa7de

Browse files
committed
build: fix 'implicit-function-declaration' on OpenHarmony platform
1 parent ebbdea2 commit dbaa7de

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)