mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-22 23:59:42 +00:00
Fix PPSSPP_GIT_VERSION_NO_UPDATE 1.
This commit is contained in:
parent
662d5fc9da
commit
a50f04710e
@ -19,7 +19,7 @@ endif()
|
||||
if(EXISTS ${GIT_VERSION_FILE})
|
||||
# Don't update if marked not to update.
|
||||
file(STRINGS ${GIT_VERSION_FILE} match
|
||||
REGEX "PPSSPP_GIT_VERSION_NO_UPDATE = 1")
|
||||
REGEX "PPSSPP_GIT_VERSION_NO_UPDATE 1")
|
||||
if(NOT ${match} EQUAL "")
|
||||
set(GIT_VERSION_UPDATE "0")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user