From 8975e143d4ae6b7ee4116bcdb60c33d7be87be16 Mon Sep 17 00:00:00 2001 From: Rich Wareham Date: Wed, 26 Feb 2014 17:37:22 +0000 Subject: [PATCH] Makefile: use static linkage with bundled libuv Use the new LibUV_USE_STATIC configuration flag to use static linkage when using the bundled libuv. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41d26b69ec..3aa82fa0bf 100644 --- a/Makefile +++ b/Makefile @@ -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 :=