X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu-gles%2FMakefile;h=769a68bf3a561247dd1191989a85b009c37e1cd4;hp=421a6e78804b2d98b85dbac291311d8f46ce98f6;hb=5b9aa74918361ff5d306c39cb695a77d7ea40b8f;hpb=349f7d81b5f776ab69533fcb4e9c4904235b90fd diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 421a6e78..769a68bf 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