mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
fix libretro-super build
fix libretro-super build
This commit is contained in:
parent
f9020f359c
commit
f814c3f6f8
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ ifneq (,$(findstring armasm,$(platform)))
|
||||||
endif
|
endif
|
||||||
ARCH = arm
|
ARCH = arm
|
||||||
else
|
else
|
||||||
TARGET := $(TARGET_NAME)_retro.dll
|
TARGET := $(TARGET_NAME)_libretro.dll
|
||||||
CC = gcc
|
CC = gcc
|
||||||
LD_FLAGS := -fPIC
|
LD_FLAGS := -fPIC
|
||||||
SHARED := -shared -static-libgcc -static-libstdc++
|
SHARED := -shared -static-libgcc -static-libstdc++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue