diff --git a/cores/genesis/Makefile.libretro b/cores/genesis/Makefile.libretro index e265ab317..2152aeb0f 100644 --- a/cores/genesis/Makefile.libretro +++ b/cores/genesis/Makefile.libretro @@ -32,6 +32,7 @@ endif TARGET_NAME := genesis_plus_gx LIBS := -lm +CFLAGS := -fcommon GIT_VERSION ?= " $(shell git rev-parse --short HEAD || echo unknown)" ifneq ($(GIT_VERSION)," unknown")