mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Try to fix iOS builds on the Travis buildbot. #10254
This commit is contained in:
parent
e8db163072
commit
44b1dc8daf
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ include(ccache)
|
|||
# Remove soon?
|
||||
set(USE_FFMPEG ON)
|
||||
|
||||
if(NOT ANDROID)
|
||||
if(NOT ANDROID AND NOT IOS)
|
||||
if(ARM OR SIMULATOR)
|
||||
set(USING_EGL ON)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue