1
Fork 0

etc: rework of how libuv is integrated into the build

- thanks to work in libuv's upstream, we can call libuv's Makefile directly
with parameters, instead of descending in gyp-uv madness and generating
our own.
This commit is contained in:
Jeff Olson 2013-01-30 09:56:54 -08:00 committed by Kerra Olson
parent 0f04df8522
commit 3a813e29b6
45 changed files with 7 additions and 7219 deletions

2
configure vendored
View file

@ -578,7 +578,7 @@ do
make_dir rt/$t
for i in \
isaac linenoise sync test arch/i386 arch/x86_64 \
libuv libuv/src/ares libuv/src/eio libuv/src/ev
libuv
do
make_dir rt/$t/$i
done