Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLazydodo <github@lazydodo.com>2019-08-05 19:31:51 +0300
committerLazydodo <github@lazydodo.com>2019-08-05 19:31:51 +0300
commit64b092974c712fd0297e6801c1b7a88737185a95 (patch)
treee1efb9128e82d5c67c5da9e001f7a7c6d1b79698 /make.bat
parent592759e3d62a59e05ac1603a0ed9b22f1d4b9ff5 (diff)
Cleanup/windows: Remove 32 bit support from make.bat helper script
This change removes 32 bit support from the helper make.bat scripts as we are dropping official 32 bit support, you can still build for 32 bit by configuring your build yourself using cmake and pointing the LIBDIR cmake variable to your own 32 bit library folder.
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.bat b/make.bat
index 17f9741cf89..b0323cde1bb 100644
--- a/make.bat
+++ b/make.bat
@@ -38,6 +38,7 @@ if "%FORMAT%" == "1" (
)
call "%BLENDER_DIR%\build_files\windows\detect_architecture.cmd"
+if errorlevel 1 goto EOF
if "%BUILD_VS_YEAR%" == "" (
call "%BLENDER_DIR%\build_files\windows\autodetect_msvc.cmd"