Skip to content

Commit

Permalink
darwin: issue #58 darwin libuv rpath fixup
Browse files Browse the repository at this point in the history
set a prefix for libuv
  • Loading branch information
Reini Urban committed Oct 17, 2013
1 parent a752e7b commit b9587c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ endif
@${PATCH_PHLPAPI2}
cd 3rd/libuv && ./autogen.sh
-grep "libuv 0." 3rd/libuv/configure && sed -i -e's,libuv 0.,libuv-0.,' 3rd/libuv/configure
cd 3rd/libuv && ./configure --disable-dtrace --enable-shared CC="${CC}" "${CROSSHOST}"
cd 3rd/libuv && CC="${CC}" ./configure --disable-dtrace --enable-shared --prefix="$(shell pwd)" \
"${CROSSHOST}"

lib/libuv.a: core/config.h core/potion.h \
3rd/libuv/Makefile
Expand Down

0 comments on commit b9587c3

Please sign in to comment.