X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu-gles%2FMakefile;h=e914764607cc03cecb96ea0890dbec5d01a83473;hp=421a6e78804b2d98b85dbac291311d8f46ce98f6;hb=HEAD;hpb=4ea086f6049c3f2c286f1a4e1e23b5763629067a diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 421a6e78..e9147646 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -12,9 +12,10 @@ 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 +#BIN_STANDALONE = gpuGLES.so BIN_GPULIB = gpu_gles.so include ../gpulib/gpulib.mak