projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c0d37d
)
make.bat: fix unquoted variables.
author
Ray Molenkamp <github@lazydodo.com>
Tue, 30 Oct 2018 23:36:36 +0000
(17:36 -0600)
committer
Ray Molenkamp <github@lazydodo.com>
Tue, 30 Oct 2018 23:36:36 +0000
(17:36 -0600)
causing build issues for some users.
build_files/windows/configure_msbuild.cmd
patch
|
blob
|
history
diff --git
a/build_files/windows/configure_msbuild.cmd
b/build_files/windows/configure_msbuild.cmd
index a0ffe0c58fd599b20e780c8d919c36f9ea173a87..bdd4ecc227a9ce711f46f7ec43299258f4ed508c 100644
(file)
--- a/
build_files/windows/configure_msbuild.cmd
+++ b/
build_files/windows/configure_msbuild.cmd
@@
-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 ^