aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Wareham <rjw57@cam.ac.uk>2014-02-26 17:37:22 +0000
committerRich Wareham <rjw57@cam.ac.uk>2014-02-26 17:37:22 +0000
commit8975e143d4ae6b7ee4116bcdb60c33d7be87be16 (patch)
tree60287b4e5a7f2f84c416d421fa3d57232dccc795
parent970be6d977817412d3a7235a8454007cdafe4443 (diff)
downloadrneovim-8975e143d4ae6b7ee4116bcdb60c33d7be87be16.tar.gz
rneovim-8975e143d4ae6b7ee4116bcdb60c33d7be87be16.tar.bz2
rneovim-8975e143d4ae6b7ee4116bcdb60c33d7be87be16.zip
Makefile: use static linkage with bundled libuv
Use the new LibUV_USE_STATIC configuration flag to use static linkage when using the bundled libuv.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 :=