diff --git a/install.cmd b/install.cmd index 041bc30..cf92811 100644 --- a/install.cmd +++ b/install.cmd @@ -71,7 +71,7 @@ IF NOT "%~1"=="" ( set PREFIX=%~1\clangarm64 ) else ( echo Using git install path "%~1" as PREFIX, please make sure it's really a - echo path to the mingw64 directory... + echo path to the mingw64 or clangarm64 directory... echo. SET PREFIX=%~1 )