[PATCH] D70632: clang-format-vs : Fix typo NUGET_EXE_DIR on README
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 26 01:20:16 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa2601a4116f6: clang-format-vs : Fix typo NUGET_EXE_DIR on README (authored by hans).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70632/new/
https://reviews.llvm.org/D70632
Files:
clang/tools/clang-format-vs/README.txt
Index: clang/tools/clang-format-vs/README.txt
===================================================================
--- clang/tools/clang-format-vs/README.txt
+++ clang/tools/clang-format-vs/README.txt
@@ -10,12 +10,12 @@
- 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70632.231015.patch
Type: text/x-patch
Size: 775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191126/88c96eba/attachment.bin>
More information about the cfe-commits
mailing list