Skip to content

Commit 2b439a2

Browse files
nappydanielleadams
authored andcommitted
deps: fix libuv for android
Fix android build errors introduced by the upgrade to libuv 1.44.2 Fixes: #46743 Fixes: #46744 PR-URL: #46746 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent a24350e commit 2b439a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps/uv/uv.gyp

+3-1
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,10 @@
255255
},
256256
}],
257257
[ 'OS=="android"', {
258+
'defines': [
259+
'_GNU_SOURCE',
260+
],
258261
'sources': [
259-
'src/unix/android-ifaddrs.c',
260262
'src/unix/linux-core.c',
261263
'src/unix/linux-inotify.c',
262264
'src/unix/linux-syscalls.c',

0 commit comments

Comments
 (0)