aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Wareham <rjw57@cam.ac.uk>2014-02-24 20:56:00 +0000
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-26 07:08:44 -0300
commit8aa1d8c71a0437ff09872877107dab30ee0c44f0 (patch)
tree30134f0667be73df9cb5e1cb0a58875997f263c0
parente10290c3eaab56a5822e214508b531cfc19357da (diff)
downloadrneovim-8aa1d8c71a0437ff09872877107dab30ee0c44f0.tar.gz
rneovim-8aa1d8c71a0437ff09872877107dab30ee0c44f0.tar.bz2
rneovim-8aa1d8c71a0437ff09872877107dab30ee0c44f0.zip
Makefile: add .deps/ to CMake prefix path
The CMake prefix path is the set of directories CMake searches for libraries, header files, etc. Use the .deps directory we create when building libuv as one of those locations.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ffc4a2c72c..8907eb1d1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-include local.mk
-CMAKE_FLAGS := -DCMAKE_BUILD_TYPE=Debug
+CMAKE_FLAGS := -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=.deps/usr
# Extra CMake flags which extend the default set
CMAKE_EXTRA_FLAGS :=