make.bat: fix unquoted variables.

causing build issues for some users.
This commit is contained in:
Ray Molenkamp
2018-10-30 17:36:36 -06:00
parent 7c0d37deca
commit 5490708c39

View File

@@ -45,7 +45,7 @@ if "%NOBUILD%"=="1" set MUST_CONFIGURE=1
if "%MUST_CONFIGURE%"=="1" (
if NOT "%verbose%" == "" (
echo %CMAKE% %BUILD_CMAKE_ARGS% -H%BLENDER_DIR% -B%BUILD_DIR%
echo "%CMAKE% %BUILD_CMAKE_ARGS% -H%BLENDER_DIR% -B%BUILD_DIR%"
)
cmake ^