From 1a6a13680119d40bb20f1bd8a7e62a76c6b16d58 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 9 Dec 2014 09:54:33 +0100 Subject: dynamic recompiler now works when the core is compiled as a shared library. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6d5b019..0d428ba 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ endif ASFLAGS = $(CFLAGS) INCDIRS := -I. -LDFLAGS += -shared -m32 -Wl,--no-undefined -Wl,--version-script=link.T +LDFLAGS += -shared -m32 -Wl,--no-undefined -Wl,--version-script=link.T -fPIC LDLIBS += -lz all: $(TARGET) -- cgit v1.2.3