mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix: prevent linkage error if EGL and GLES is not in one big blob
This commit is contained in:
parent
e263b3af85
commit
d222417bfe
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ endif()
|
||||||
include_directories(ext/native)
|
include_directories(ext/native)
|
||||||
|
|
||||||
if(NOT OPENGL_LIBRARIES AND USING_GLES2)
|
if(NOT OPENGL_LIBRARIES AND USING_GLES2)
|
||||||
set(OPENGL_LIBRARIES GLESv2)
|
set(OPENGL_LIBRARIES GLESv2 EGL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(USING_EGL)
|
if(USING_EGL)
|
||||||
|
|
Loading…
Add table
Reference in a new issue