mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-30 18:09:31 +02:00
fix libretro-super build
fix libretro-super build
This commit is contained in:
@@ -126,7 +126,7 @@ ifneq (,$(findstring armasm,$(platform)))
|
||||
endif
|
||||
ARCH = arm
|
||||
else
|
||||
TARGET := $(TARGET_NAME)_retro.dll
|
||||
TARGET := $(TARGET_NAME)_libretro.dll
|
||||
CC = gcc
|
||||
LD_FLAGS := -fPIC
|
||||
SHARED := -shared -static-libgcc -static-libstdc++
|
||||
|
||||
Reference in New Issue
Block a user