Merge pull request #8093 from orbea/glsl
Makefile.common: Remove duplicate -DHAVE_GLSL.
This commit is contained in:
commit
c99c16363c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue