aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Wareham <rjw57@cantab.net>2014-02-26 17:49:58 +0000
committerRich Wareham <rjw57@cantab.net>2014-02-26 17:49:58 +0000
commit8b94f34cedb85fac0d058e7e678b623a8aac3cd8 (patch)
tree60287b4e5a7f2f84c416d421fa3d57232dccc795 /Makefile
parentbadf94eb330bdc72e4b4e6481b86b8fea2e9fa23 (diff)
parent8975e143d4ae6b7ee4116bcdb60c33d7be87be16 (diff)
downloadrneovim-8b94f34cedb85fac0d058e7e678b623a8aac3cd8.tar.gz
rneovim-8b94f34cedb85fac0d058e7e678b623a8aac3cd8.tar.bz2
rneovim-8b94f34cedb85fac0d058e7e678b623a8aac3cd8.zip
Merge pull request #172 from rjw57/issue-171
use shared libuv library if not using the bundled version
Diffstat (limited to 'Makefile')
-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 :=