1
0
forked from Mirror/wren

Use the same libuv output directory on Mac and Linux.

This commit is contained in:
Bob Nystrom
2015-08-27 07:55:12 -07:00
parent 4d613fc394
commit 0ae59be11a
3 changed files with 3 additions and 4 deletions

View File

@ -4,7 +4,7 @@
# Executables are built to bin/. Libraries are built to lib/.
LIBUV := build/libuv/build/Release/libuv.a
LIBUV := build/libuv/out/Release/libuv.a
# A normal, optimized release build for the current CPU architecture.
release: $(LIBUV)