`vcvarsx64` was not being saved for aftwords, not it is

Tested %vcvarsx64%:
1. `@echo %vcvarsx64% > test1`
2. run `build.bat` may times
3. `@echo %vcvarsx64% > test2`
4. `diff test1 test2` there should be no diference
Tested %path%:
1. `@echo %path% > test1`
2. run `build.bat` may times
3. `@echo %path% > test2`
4. `diff test1 test2` there should be no diference
This commit is contained in:
Lucas Cavalcante de Sousa 2020-03-06 12:21:36 -03:00 committed by João Paulo Taylor Ienczak Zanette
parent dca0792fa8
commit 452b6925fb
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@set __OLD_vcvars64=%vcvars64%
@set vcvars64="C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"
@set CLICOLOR_FORCE=1