1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

(ANGLE) Don't need to link against GLESv2 explicitly

This commit is contained in:
twinaphex 2019-12-07 21:14:37 +01:00
parent 14c5825769
commit 6591844b3e

View File

@ -1957,7 +1957,7 @@ ifeq ($(HAVE_ANGLE), 1)
OBJ += gfx/common/angle_common.o
DEFINES += -DHAVE_ANGLE
# TODO/FIXME - should perhaps set these libraries as separate CFLAG variables in qb system
LIBS += -lEGL -lGLESv2
LIBS += -lEGL
endif
# Record