Better way to find the git exe for git-version-gen, thanks Unknown.

This commit is contained in:
Henrik Rydgard 2016-02-28 23:04:46 +01:00
parent 88f25fd50e
commit a1bf8573f6

View File

@ -41,7 +41,7 @@ if errorlevel 1 (
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"
set GIT="%ProgramW6432%\Git\bin\git.exe"
)
)
)