Libretro: Fix linux arm build (#711)

This commit is contained in:
gouchi 2019-11-24 01:32:20 +01:00 committed by SourMesen
parent 7825a606f5
commit de8dc930f2

View file

@ -64,7 +64,7 @@ ifeq ($(STATIC_LINKING), 1)
EXT := a
endif
ifeq ($(platform), unix)
ifneq (,$(findstring unix,$(platform)))
EXT ?= so
TARGET := $(TARGET_NAME)_libretro.$(EXT)
fpic := -fPIC -pthread