mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
libretro, more build fixes
This commit is contained in:
parent
ab43a4b2fd
commit
12d506baa8
3 changed files with 22 additions and 24 deletions
2
Makefile
2
Makefile
|
@ -74,7 +74,7 @@ endif
|
|||
|
||||
# revision info from repository if this not a tagged release
|
||||
ifeq "$(shell git describe --tags --exact-match HEAD 2>/dev/null)" ""
|
||||
GIT_REVISION ?= -$(shell git rev-parse --short HEAD || echo ???)
|
||||
GIT_REVISION ?= -$(shell git rev-parse --short HEAD || echo unknown)
|
||||
endif
|
||||
CFLAGS += -DREVISION=\"$(GIT_REVISION)\"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue