mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 02:25:30 +00:00
Don't use the system iconv on Apple mobile platforms
Fixes https://github.com/libsdl-org/SDL/issues/8964 (cherry picked from commit d6a48e4958e48e797c946ba231a6d025e636f77c) (cherry picked from commit 8eed915dfab11fd8055a45d24e943313cca249c9)
This commit is contained in:
parent
5f98fcf00b
commit
857b9848d2
|
@ -241,7 +241,7 @@ endif()
|
||||||
if(UNIX OR MINGW OR MSYS OR (USE_CLANG AND NOT WINDOWS) OR VITA OR PSP OR PS2 OR N3DS)
|
if(UNIX OR MINGW OR MSYS OR (USE_CLANG AND NOT WINDOWS) OR VITA OR PSP OR PS2 OR N3DS)
|
||||||
set(OPT_DEF_LIBC ON)
|
set(OPT_DEF_LIBC ON)
|
||||||
endif()
|
endif()
|
||||||
if(WINDOWS)
|
if(WINDOWS OR IOS OR TVOS)
|
||||||
set(SDL_SYSTEM_ICONV_DEFAULT OFF)
|
set(SDL_SYSTEM_ICONV_DEFAULT OFF)
|
||||||
else()
|
else()
|
||||||
set(SDL_SYSTEM_ICONV_DEFAULT ON)
|
set(SDL_SYSTEM_ICONV_DEFAULT ON)
|
||||||
|
|
Loading…
Reference in a new issue