mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-23 14:18:59 +02:00
DISABLE BY DEFAULT ON IOS FFS
This commit is contained in:
parent
0adffdbb05
commit
a03f09fedc
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ cmake_dependent_option(YUZU_USE_EXTERNAL_FFMPEG "Build FFmpeg from external sour
|
||||||
|
|
||||||
# sirit
|
# sirit
|
||||||
set(BUNDLED_SIRIT_DEFAULT OFF)
|
set(BUNDLED_SIRIT_DEFAULT OFF)
|
||||||
if (MSVC AND NOT (CMAKE_BUILD_TYPE MATCHES "Deb") OR ANDROID)
|
if (((MSVC AND NOT (CMAKE_BUILD_TYPE MATCHES "Deb")) OR ANDROID) AND NOT IOS)
|
||||||
set(BUNDLED_SIRIT_DEFAULT ON)
|
set(BUNDLED_SIRIT_DEFAULT ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue