Update Makefile.libretro
makes it compile with platform "rpi4" and also "rpi4_64"
This commit is contained in:
committed by
GitHub
parent
3d3cc53c01
commit
392fe6b297
@@ -247,7 +247,7 @@ else ifeq ($(platform), rpi3_64)
|
||||
CFLAGS += -fomit-frame-pointer -fstrict-aliasing -ffast-math
|
||||
|
||||
# Raspberry Pi 4 (64-bit)
|
||||
else ifeq ($(platform), rpi4)
|
||||
else ifneq (,$(findstring rpi4,$(platform)))
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
fpic := -fPIC
|
||||
SHARED := -shared -Wl,--version-script=src/drivers/libretro/link.T -Wl,-no-undefined
|
||||
|
||||
Reference in New Issue
Block a user