mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
make.bat: Fix msvc-2017 detection.
D3485 by @manung Differential Revision: https://developer.blender.org/D3485
This commit is contained in:
parent
ab59f9e65d
commit
38b72fb64b
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ if NOT "%verbose%" == "" (
|
|||
echo Detecting msvc 2017
|
||||
)
|
||||
set BUILD_VS_VER=15
|
||||
set BUILD_VS_YEAR=2017
|
||||
set ProgramFilesX86=%ProgramFiles(x86)%
|
||||
if not exist "%ProgramFilesX86%" set ProgramFilesX86=%ProgramFiles%
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue