remove exit call ...

This commit is contained in:
Patrick von Reth 2015-07-20 15:44:11 +02:00
parent e304072dda
commit d56aa69542
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ if ( $env:COMPILER -eq "MINGW" )
$env:PATH=$env:PATH -replace "C:\\Program Files \(x86\)\\Git\\bin", ""
$CMAKE_GENERATOR="MinGW Makefiles"
$MAKE = "mingw32-make"
exit 0
}
elseif ( $env:COMPILER -eq "MSVC" )
{