libretro, fix build conflict

This commit is contained in:
kub 2023-06-03 21:09:05 +00:00
parent 69d69a4f63
commit ab43a4b2fd
2 changed files with 3 additions and 3 deletions

View file

@ -74,9 +74,9 @@ endif
# revision info from repository if this not a tagged release
ifeq "$(shell git describe --tags --exact-match HEAD 2>/dev/null)" ""
REVISION ?= -$(shell git rev-parse --short HEAD || echo ???)
GIT_REVISION ?= -$(shell git rev-parse --short HEAD || echo ???)
endif
CFLAGS += -DREVISION=\"$(REVISION)\"
CFLAGS += -DREVISION=\"$(GIT_REVISION)\"
# default settings
use_libchdr ?= 1