Skip to content

Commit

Permalink
Important single character fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tweenietomatoes authored May 15, 2020
1 parent cddd7f1 commit 7d1094b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/_winpack_build_sample.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 7d1094b

Please sign in to comment.