From 6591844b3e1ca70084f0a4791b21227dfaa369be Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 7 Dec 2019 21:14:37 +0100 Subject: [PATCH] (ANGLE) Don't need to link against GLESv2 explicitly --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 5487fa43b2..477c6a8496 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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