Merge pull request #8093 from orbea/glsl

Makefile.common: Remove duplicate -DHAVE_GLSL.
This commit is contained in:
Twinaphex 2019-01-25 00:26:18 +01:00 committed by GitHub
commit c99c16363c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1160,7 +1160,6 @@ ifeq ($(HAVE_GL_CONTEXT), 1)
endif
OBJ += gfx/drivers_shader/shader_glsl.o
DEFINES += -DHAVE_GLSL
endif
ifeq ($(HAVE_EGL), 1)