Fixing bootstrap from non-VS command prompts.

This commit is contained in:
Ben Vanik
2015-07-19 09:44:44 -07:00
parent 3403bc1144
commit 9bcc4e046c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ IF %_RESULT% NEQ 0 (
ECHO this script again.
GOTO :exit_error
)
CALL %VS14_VCVARSALL% amd64
SET CLANG_FORMAT=""
SET LLVM_CLANG_FORMAT="C:\Program Files (x86)\LLVM\bin\clang-format.exe"