diff options
author | twinaphex | 2012-12-24 09:24:51 +0100 |
---|---|---|
committer | twinaphex | 2012-12-24 09:24:51 +0100 |
commit | a9a3be15b649c633521b5a0143715d4ae901b790 (patch) | |
tree | dc8d67ad83f1c299bd67a233dedcac33945d66c1 /plugins/gpu-gles | |
parent | 3ef6b3599b083286ba72673dec7e7032e5e8e013 (diff) | |
parent | 00a212aade3025ba76e60d90520a7b302f83b7ff (diff) | |
download | pcsx_rearmed-a9a3be15b649c633521b5a0143715d4ae901b790.tar.gz pcsx_rearmed-a9a3be15b649c633521b5a0143715d4ae901b790.tar.bz2 pcsx_rearmed-a9a3be15b649c633521b5a0143715d4ae901b790.zip |
Merge git://github.com/notaz/pcsx_rearmed
Diffstat (limited to 'plugins/gpu-gles')
-rw-r--r-- | plugins/gpu-gles/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 421a6e7..769a68b 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -12,7 +12,8 @@ ifeq "$(PLATFORM)" "caanoo" CFLAGS += -DFAKE_WINDOW
LDLIBS += -lopengles_lite -lstdc++
else
-LDLIBS += -lGLES_CM
+CFLAGS += $(CFLAGS_GLES)
+LDLIBS += $(LDLIBS_GLES)
endif
BIN_STANDLALONE = gpuGLES.so
|