mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add some instructions if it still doesn't work.
This commit is contained in:
parent
66e4c4d824
commit
fe16a70ea7
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ if exist "%GIT_VERSION_FILE%" (
|
|||
%GIT% describe --always > NUL 2> NUL
|
||||
if errorlevel 1 (
|
||||
echo Unable to update git-version.cpp, git not found.
|
||||
echo If you don't want to add it to your path, set the GIT environment variable.
|
||||
|
||||
echo // This is a generated file. > "%GIT_VERSION_FILE%"
|
||||
echo. >> "%GIT_VERSION_FILE%"
|
||||
|
|
Loading…
Add table
Reference in a new issue