From 2a1b977516521d928098275644e1a8f0a611354b Mon Sep 17 00:00:00 2001 From: Acho Arnold Date: Mon, 22 Jun 2026 09:31:22 +0000 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- install.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )