mirror of
https://github.com/libretro/mgba.git
synced 2025-02-19 23:22:36 +00:00
commit
bc65529aa7
@ -1,5 +1,10 @@
|
||||
TARGET_NAME ?= mgba
|
||||
|
||||
GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
|
||||
ifneq ($(GIT_VERSION)," unknown")
|
||||
DEFINES += -DGIT_VERSION=\"$(GIT_VERSION)\"
|
||||
endif
|
||||
|
||||
ifeq ($(STATIC_LINKING), 1)
|
||||
TARGET = $(TARGET_NAME)_libretro_$(platform).a
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user