diff options
Diffstat (limited to 'tools/buildsteps/windows/win32/make-addons.bat')
-rw-r--r-- | tools/buildsteps/windows/win32/make-addons.bat | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/buildsteps/windows/win32/make-addons.bat b/tools/buildsteps/windows/win32/make-addons.bat index 0592f3cc01..3faef544c3 100644 --- a/tools/buildsteps/windows/win32/make-addons.bat +++ b/tools/buildsteps/windows/win32/make-addons.bat @@ -1,8 +1,6 @@ @ECHO OFF -rem set Visual C++ build environment -call "%VS140COMNTOOLS%..\..\VC\bin\amd64_x86\vcvarsamd64_x86.bat" || call "%VS140COMNTOOLS%..\..\VC\bin\vcvars32.bat" - PUSHD %~dp0\.. +CALL vswhere.bat x86 CALL make-addons.bat %* POPD |