Fixed Windows build script issue

This commit is contained in:
mathusummut
2018-04-12 13:22:14 +02:00
parent 85bc0da66c
commit 140177e47b
2 changed files with 0 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ SET PLATFORM=x64
SET TOOLSET=v140 SET TOOLSET=v140
ECHO Setting up Visual Studio 2015 environment vars... ECHO Setting up Visual Studio 2015 environment vars...
SET Platform=
if "%DevEnvDir%." == "." goto SETVCVARS if "%DevEnvDir%." == "." goto SETVCVARS
GOTO GITSECTION GOTO GITSECTION

View File

@@ -5,7 +5,6 @@ SET PLATFORM=x64
SET TOOLSET=v141 SET TOOLSET=v141
ECHO Setting up Visual Studio 2017 environment vars... ECHO Setting up Visual Studio 2017 environment vars...
SET Platform=
if "%DevEnvDir%." == "." goto SETVCVARS if "%DevEnvDir%." == "." goto SETVCVARS
GOTO GITSECTION GOTO GITSECTION