X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu-gles%2FMakefile;fp=plugins%2Fgpu-gles%2FMakefile;h=e914764607cc03cecb96ea0890dbec5d01a83473;hp=769a68bf3a561247dd1191989a85b009c37e1cd4;hb=e83c4fdcf2b4578bfd7196c89e55b01aebd4da04;hpb=418caf437ed1af2880b013462b603e1ca1f28fb5 diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 769a68bf..e9147646 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -16,6 +16,6 @@ CFLAGS += $(CFLAGS_GLES) LDLIBS += $(LDLIBS_GLES) endif -BIN_STANDLALONE = gpuGLES.so +#BIN_STANDALONE = gpuGLES.so BIN_GPULIB = gpu_gles.so include ../gpulib/gpulib.mak