mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-28 14:52:51 +01:00
can compile
This commit is contained in:
4
Makefile
4
Makefile
@@ -4,7 +4,7 @@ CC = gcc
|
||||
AR = psp-ar
|
||||
STATIC_LINKING = 0
|
||||
|
||||
CFLAGS += -fPIC
|
||||
CFLAGS += -fPIC -Werror-implicit-function-declaration
|
||||
CFLAGS += -DPC_BUILD -Wall -m32
|
||||
CFLAGS += -D__LIBRETRO__
|
||||
|
||||
@@ -26,7 +26,7 @@ OBJS += input.o
|
||||
OBJS += sound.o
|
||||
OBJS += cpu_threaded.o
|
||||
|
||||
OBJS += x86_stub.o
|
||||
OBJS += x86/x86_stub.o
|
||||
OBJS += cheats.o
|
||||
OBJS += zip.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user