Try to fix iOS builds on the Travis buildbot. #10254

This commit is contained in:
Henrik Rydgård 2017-12-05 13:23:13 +01:00
parent e8db163072
commit 44b1dc8daf

View File

@ -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()