1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Makefile.common: Remove duplicate -DHAVE_GLSL.

This commit is contained in:
orbea 2019-01-24 14:27:24 -08:00
parent 997cd88c95
commit fc6b7d5ddb

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)