diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-09-24 23:18:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-24 23:18:48 +0200 |
commit | 200c8b9ccaa32b81ffa1aa4b691d763e8f67b7fa (patch) | |
tree | 89bac89d15ba0e51125b8ed178fa195b42103d77 /README.md | |
parent | 044cd242e734cb23656c66e78d9f1f4b11ed2383 (diff) | |
download | rneovim-200c8b9ccaa32b81ffa1aa4b691d763e8f67b7fa.tar.gz rneovim-200c8b9ccaa32b81ffa1aa4b691d763e8f67b7fa.tar.bz2 rneovim-200c8b9ccaa32b81ffa1aa4b691d763e8f67b7fa.zip |
build: Unify USE_BUNDLED, USE_BUNDLED_DEPS (#9046)
It's confusing that the Makefile uses a different name than CMake.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |