Commit 807d15d6 authored by Jason Madden's avatar Jason Madden

Need to autogen.sh for now at least. [skip ci]

parent 57873259
......@@ -74,7 +74,7 @@ deps/libuv/Makefile
deps/libuv/config.log
deps/libuv/config.h
deps/libuv/config.status
deps/libuv/libtool
deps/libduv/libtool
deps/libuv/stamp-h1
deps/libuv/.libs
deps/libuv/*.lo
......
......@@ -127,6 +127,10 @@ def configure_libuv(_bext, _ext):
cwd=libuv_dir,
env=env)
else:
# autogen: requires automake and libtool installed
system(['./autogen.sh'],
cwd=libuv_dir,
env=env)
system(['./configure', '--disable-shared'],
cwd=libuv_dir,
env=env)
......@@ -141,4 +145,4 @@ def configure_libuv(_bext, _ext):
log.info('No need to build libuv.')
if LIBUV_EMBED:
LIBUV.configureu = configure_libuv
LIBUV.configure = configure_libuv
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment