Merge pull request #106 from mathusummut/develop

Fixed Windows build script error
This commit is contained in:
MathuSum Mut 2018-04-12 13:24:12 +02:00 committed by GitHub
commit 1f3b40ae27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

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

View File

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