Skip to content

Commit b406532

Browse files
authored
fix: add adaptation for OpenHarmony platform (#3207)
1 parent b0ee8a0 commit b406532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
'_FILE_OFFSET_BITS=64'
196196
],
197197
}],
198-
[ 'OS in "freebsd openbsd netbsd solaris android" or \
198+
[ 'OS in "freebsd openbsd netbsd solaris android openharmony" or \
199199
(OS=="linux" and target_arch!="ia32")', {
200200
'cflags': [ '-fPIC' ],
201201
}],

0 commit comments

Comments
 (0)