mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 20:20:42 +00:00
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.
This commit is contained in:
committed by
Thiago de Arruda
parent
e10290c3ea
commit
8aa1d8c71a
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
-include local.mk
|
-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
|
# Extra CMake flags which extend the default set
|
||||||
CMAKE_EXTRA_FLAGS :=
|
CMAKE_EXTRA_FLAGS :=
|
||||||
|
|||||||
Reference in New Issue
Block a user