Important single character fix

pull/17299/head
tweenietomatoes 5 years ago committed by GitHub
parent cddd7f10d5
commit 7d1094b7e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      samples/_winpack_build_sample.cmd

@ -78,7 +78,7 @@ IF ERRORLEVEL 1 (
POPD
cl /? >NUL 2>NUL <NUL
if %ERRORLEVEL% NEQ 0 (
set "MSG=Can't detect Microsoft Visial Studio C++ compiler (cl.exe). MSVS 2015/2017/2019 are supported only from standard locations"
set "MSG=Can't detect Microsoft Visual Studio C++ compiler (cl.exe). MSVS 2015/2017/2019 are supported only from standard locations"
goto die
)

Loading…
Cancel
Save