[Bf-blender-cvs] [e1efaa6f74a] master: make.bat: remove stray quote in msvc2017 detection.

Ray Molenkamp noreply at git.blender.org
Thu Jan 24 23:21:38 CET 2019


Commit: e1efaa6f74af25e16d2b32c2ddd9c08eb77f8589
Author: Ray Molenkamp
Date:   Thu Jan 24 15:21:31 2019 -0700
Branches: master
https://developer.blender.org/rBe1efaa6f74af25e16d2b32c2ddd9c08eb77f8589

make.bat: remove stray quote in msvc2017 detection.

Shouldn't cause issues, but better safe than sorry.

===================================================================

M	build_files/windows/detect_msvc2017.cmd

===================================================================

diff --git a/build_files/windows/detect_msvc2017.cmd b/build_files/windows/detect_msvc2017.cmd
index 029f98cbe1e..a745d852616 100644
--- a/build_files/windows/detect_msvc2017.cmd
+++ b/build_files/windows/detect_msvc2017.cmd
@@ -15,7 +15,7 @@ if not exist "%vs_where%" (
 )
 
 if NOT "%verbose%" == "" (
-		echo "%vs_where%" -latest %VSWHERE_ARGS% -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64`
+		echo "%vs_where%" -latest %VSWHERE_ARGS% -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64
 	)
 
 for /f "usebackq tokens=1* delims=: " %%i in (`"%vs_where%" -latest %VSWHERE_ARGS% -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64`) do (



More information about the Bf-blender-cvs mailing list