Makefile: use static linkage with bundled libuv

Use the new LibUV_USE_STATIC configuration flag to use static linkage
when using the bundled libuv.
This commit is contained in:
Rich Wareham 2014-02-26 17:37:22 +00:00
parent 970be6d977
commit 8975e143d4

View File

@ -1,6 +1,6 @@
-include local.mk
CMAKE_FLAGS := -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=.deps/usr
CMAKE_FLAGS := -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=.deps/usr -DLibUV_USE_STATIC=YES
# Extra CMake flags which extend the default set
CMAKE_EXTRA_FLAGS :=