Skip to content

Commit

Permalink
deps: fix libuv for android
Browse files Browse the repository at this point in the history
Fix android build errors introduced by the upgrade to libuv 1.44.2

Fixes: nodejs#46743
Fixes: nodejs#46744
  • Loading branch information
nappy committed Feb 21, 2023
1 parent 1d5058d commit a963899
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps/uv/uv.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,10 @@
},
}],
[ 'OS=="android"', {
'defines': [
'_GNU_SOURCE',
],
'sources': [
'src/unix/android-ifaddrs.c',
'src/unix/linux-core.c',
'src/unix/linux-inotify.c',
'src/unix/linux-syscalls.c',
Expand Down

0 comments on commit a963899

Please sign in to comment.