mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +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
|
OBJ += gfx/common/angle_common.o
|
||||||
DEFINES += -DHAVE_ANGLE
|
DEFINES += -DHAVE_ANGLE
|
||||||
# TODO/FIXME - should perhaps set these libraries as separate CFLAG variables in qb system
|
# TODO/FIXME - should perhaps set these libraries as separate CFLAG variables in qb system
|
||||||
LIBS += -lEGL -lGLESv2
|
LIBS += -lEGL
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Record
|
# Record
|
||||||
|
Loading…
Reference in New Issue
Block a user