aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-09-24 23:18:48 +0200
committerGitHub <noreply@github.com>2018-09-24 23:18:48 +0200
commit200c8b9ccaa32b81ffa1aa4b691d763e8f67b7fa (patch)
tree89bac89d15ba0e51125b8ed178fa195b42103d77 /README.md
parent044cd242e734cb23656c66e78d9f1f4b11ed2383 (diff)
downloadrneovim-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d3b3752625..8be9d2d2e7 100644
--- a/README.md
+++ b/README.md
@@ -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.