mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Make git-version-gen work with a freshly installed 64-bit git msys.
For some reason %ProgramFiles% returns the (x86) one anyway...
This commit is contained in:
parent
87f922c678
commit
de932b5efc
1 changed files with 5 additions and 0 deletions
|
@ -37,7 +37,12 @@ if errorlevel 1 (
|
|||
set GIT="%ProgramFiles(x86)%\Git\bin\git.exe"
|
||||
call !GIT! describe > NUL 2> NUL
|
||||
if errorlevel 1 (
|
||||
echo !GIT!
|
||||
set GIT="%ProgramFiles%\Git\bin\git.exe"
|
||||
call !GIT! describe > NUL 2> NUL
|
||||
if errorlevel 1 (
|
||||
set GIT="C:\Program Files\Git\bin\git.exe"
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue