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: #46743
Fixes: #46744
PR-URL: #46746
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
nappy committed Feb 22, 2023
1 parent 7a5b9d0 commit ee22706
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 ee22706

Please sign in to comment.