mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 05:05:00 -07:00
Makefile: use static linkage with bundled libuv
Use the new LibUV_USE_STATIC configuration flag to use static linkage when using the bundled libuv.
This commit is contained in:
parent
970be6d977
commit
8975e143d4
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
-include local.mk
|
-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
|
# Extra CMake flags which extend the default set
|
||||||
CMAKE_EXTRA_FLAGS :=
|
CMAKE_EXTRA_FLAGS :=
|
||||||
|
Loading…
Reference in New Issue
Block a user