Revert "Add git_version switch - to disable Git version, do"

This reverts commit c9b7122a08cf37a915774fbeb7e4f4b8bf4bdbea.
This commit is contained in:
twinaphex 2021-04-06 11:22:21 +02:00
parent 9910dfbee2
commit cbec423413
2 changed files with 1 additions and 3 deletions

View File

@ -195,8 +195,8 @@ endif
ifeq ($(TARGET), retroarch_3ds)
OBJ += frontend/drivers/platform_ctr.o
endif
# Git Version
ifeq ($(HAVE_GIT_VERSION), 1)
GIT_VERSION_CACHEDIR = $(if $(OBJDIR),$(OBJDIR),$(CURDIR))
GIT_VERSION_CACHEFILE = $(GIT_VERSION_CACHEDIR)/git-version.cache
@ -224,7 +224,6 @@ ifneq ($(GIT_VERSION),) # Enable version_git.o?
DEFINES += -DHAVE_GIT_VERSION -DGIT_VERSION=$(GIT_VERSION)
OBJ += version_git.o
endif
endif
# General object files
ifeq ($(HAVE_DR_MP3), 1)

View File

@ -193,4 +193,3 @@ HAVE_NETWORK_VIDEO=no
HAVE_STEAM=no # Enable Steam build
HAVE_ODROIDGO2=no # ODROID-GO Advance rotation support (requires librga)
HAVE_LIBSHAKE=no # libShake haptic feedback support
HAVE_GIT_VERSION=yes # Git version support