mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
build: Unify USE_BUNDLED, USE_BUNDLED_DEPS (#9046)
It's confusing that the Makefile uses a different name than CMake.
This commit is contained in:
@ -59,7 +59,7 @@ To list all targets:
|
||||
|
||||
cmake --build build --target help
|
||||
|
||||
To skip "bundled" dependencies define `USE_BUNDLED_DEPS=NO` (CMake option: `USE_BUNDLED=NO`).
|
||||
To skip "bundled" (`third-party/*`) dependencies define `USE_BUNDLED=NO`.
|
||||
|
||||
See [the wiki](https://github.com/neovim/neovim/wiki/Building-Neovim) for details.
|
||||
|
||||
|
Reference in New Issue
Block a user