aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu-gles/Makefile
diff options
context:
space:
mode:
authornotaz2012-08-02 01:33:02 +0300
committernotaz2012-08-02 01:43:04 +0300
commit4ea086f6049c3f2c286f1a4e1e23b5763629067a (patch)
tree45bf94324383bb5900262bed6fe37225c8888ebd /plugins/gpu-gles/Makefile
parent9ed4ca47610027e8a0448d61389df5a583bd659b (diff)
downloadpcsx_rearmed-4ea086f6049c3f2c286f1a4e1e23b5763629067a.tar.gz
pcsx_rearmed-4ea086f6049c3f2c286f1a4e1e23b5763629067a.tar.bz2
pcsx_rearmed-4ea086f6049c3f2c286f1a4e1e23b5763629067a.zip
release r15
Diffstat (limited to 'plugins/gpu-gles/Makefile')
-rw-r--r--plugins/gpu-gles/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile
index 894daec..421a6e7 100644
--- a/plugins/gpu-gles/Makefile
+++ b/plugins/gpu-gles/Makefile
@@ -6,6 +6,7 @@ SRC_STANDALONE += gpuDraw.c gpuFps.c gpuPlugin.c gpuPrim.c gpuTexture.c
SRC_GPULIB += gpulib_if.c
CFLAGS += -I$(PREFIX)include
+LDFLAGS += -Wl,--allow-multiple-definition
LDLIBS += -L$(PREFIX)lib
ifeq "$(PLATFORM)" "caanoo"
CFLAGS += -DFAKE_WINDOW