diff options
| author | Hans Wennborg <hans@chromium.org> | 2019-11-26 10:16:06 +0100 |
|---|---|---|
| committer | Hans Wennborg <hans@chromium.org> | 2019-11-26 10:16:06 +0100 |
| commit | a2601a4116f6024b45fc6fbbbb53777d2f6a3cd3 (patch) | |
| tree | e1976454406e24d82e3040f65bdb84252bb5267f /clang/tools | |
| parent | 852bafae2bb4d875e8d206168a57667f59c0f9a6 (diff) | |
| download | bcm5719-llvm-a2601a4116f6024b45fc6fbbbb53777d2f6a3cd3.tar.gz bcm5719-llvm-a2601a4116f6024b45fc6fbbbb53777d2f6a3cd3.zip | |
clang-format-vs : Fix typo NUGET_EXE_DIR on README
Match with the CMake variable.
Patch by empty2fill!
Differential revision: https://reviews.llvm.org/D70632
Diffstat (limited to 'clang/tools')
| -rw-r--r-- | clang/tools/clang-format-vs/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/clang-format-vs/README.txt b/clang/tools/clang-format-vs/README.txt index 84e0b451f01..2cac5b9af9e 100644 --- a/clang/tools/clang-format-vs/README.txt +++ b/clang/tools/clang-format-vs/README.txt @@ -10,12 +10,12 @@ the following CMake vars: - BUILD_CLANG_FORMAT_VS_PLUGIN=ON
-- NUGET_EXE_PATH=path/to/nuget_dir (unless nuget.exe is already available in PATH)
+- NUGET_EXE_DIR=path/to/nuget_dir (unless nuget.exe is already available in PATH)
example:
cd /d C:\code\llvm
mkdir build & cd build
- cmake -DBUILD_CLANG_FORMAT_VS_PLUGIN=ON -DNUGET_EXE_PATH=C:\nuget ..
+ cmake -DBUILD_CLANG_FORMAT_VS_PLUGIN=ON -DNUGET_EXE_DIR=C:\nuget ..
Once LLVM.sln is generated, build the clang_format_vsix target, which will build
ClangFormat.sln, the C# extension application.
|

