make.bat: remove stray quote in msvc2017 detection.

Shouldn't cause issues, but better safe than sorry.
This commit is contained in:
Ray Molenkamp 2019-01-24 15:21:31 -07:00
parent 8acbf8f113
commit e1efaa6f74
1 changed files with 1 additions and 1 deletions

View File

@ -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 (