X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu-gles%2FMakefile;h=e914764607cc03cecb96ea0890dbec5d01a83473;hb=fb67ea334b0f3984a114a6e306806a56347a83ba;hp=769a68bf3a561247dd1191989a85b009c37e1cd4;hpb=a9a3be15b649c633521b5a0143715d4ae901b790;p=pcsx_rearmed.git 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