mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
Avoid ever creating .deps directory
Thanks to @jszakmeister this uses make own features.
This commit is contained in:
@@ -59,7 +59,7 @@ set_environment() {
|
||||
eval $($prefix/bin/luarocks path)
|
||||
export PATH="$prefix/bin:$PATH"
|
||||
export PKG_CONFIG_PATH="$prefix/lib/pkgconfig"
|
||||
export DEPS_CMAKE_FLAGS="-DUSE_BUNDLED=OFF"
|
||||
export USE_BUNDLED_DEPS=OFF
|
||||
}
|
||||
|
||||
# install prebuilt dependencies
|
||||
|
||||
Reference in New Issue
Block a user