mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(ANGLE) Don't need to link against GLESv2 explicitly
This commit is contained in:
parent
14c5825769
commit
6591844b3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user