Skip to content

Commit

Permalink
Revert "Add git_version switch - to disable Git version, do"
Browse files Browse the repository at this point in the history
This reverts commit c9b7122.
  • Loading branch information
inactive123 committed Apr 6, 2021
1 parent 9910dfb commit cbec423
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile.common
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion qb/config.params.sh
Expand Up @@ -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

0 comments on commit cbec423

Please sign in to comment.