mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-05-02 10:59:35 +02:00
show undefined referances.
add link.T
This commit is contained in:
2
Makefile
2
Makefile
@@ -36,7 +36,7 @@ OBJS += libretro.o
|
|||||||
|
|
||||||
ASFLAGS = $(CFLAGS)
|
ASFLAGS = $(CFLAGS)
|
||||||
INCDIRS := -I.
|
INCDIRS := -I.
|
||||||
LDFLAGS += -shared -m32
|
LDFLAGS += -shared -m32 -Wl,--no-undefined -Wl,--version-script=link.T
|
||||||
LDLIBS += -lz
|
LDLIBS += -lz
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user