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 +1 @@
Subproject commit b5ff34023b95625a9a7c9729bbf8ff1f0e9aab38
Subproject commit 27df20c41e9525db6f67e57cb4161bdc8e82c117

1
xb.bat
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"