s/DEFAULT_RESOURCE_DIRECTORY/CLANG_RESOUCE_DIR/

William Boman 2021-12-17 17:07:09 +01:00
parent edae91818e
commit 76ed4d4a4c

@ -37,7 +37,7 @@ subdirectory of Clang resource directory. The path is derived from `clang
-print-resource-dir` at CMake configure time.
The location is hard-coded in the `ccls` executable
(`-DDEFAULT_RESOURCE_DIRECTORY=` when building ccls). If you want to install
(`-DCLANG_RESOURCE_DIR=` when building ccls). If you want to install
**ccls** and delete the build directory, you need to copy the contents of the
resource directory before building ccls.