Skip to content

Commit 2070ad2

Browse files
committed
deps: fix call to undeclared function 'ntohl'
1 parent 51f4ff2 commit 2070ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
],
231231
},],
232232
['OS == "android"', {
233-
'cflags': [ '-fPIC', '-I<(android_ndk_path)/sources/android/cpufeatures' ],
233+
'cflags': [ '-fPIC', '-I<(android_ndk_path)/sources/android/cpufeatures', '-Wno-implicit-function-declaration' ],
234234
'ldflags': [ '-fPIC' ]
235235
}],
236236
],

0 commit comments

Comments
 (0)