mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2a1b977516
commit
edfaa000f2
|
|
@ -43,6 +43,10 @@ if exist "%installdir%mingw64" (
|
|||
set PREFIX=%installdir%mingw64
|
||||
) else if exist "%installdir%clangarm64" (
|
||||
set PREFIX=%installdir%clangarm64
|
||||
) else if exist "%installdir%..\mingw64" (
|
||||
set PREFIX=%installdir%..\mingw64
|
||||
) else if exist "%installdir%..\clangarm64" (
|
||||
set PREFIX=%installdir%..\clangarm64
|
||||
) else (
|
||||
set PREFIX=%installdir%mingw64
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue