mirror of https://github.com/libsdl-org/SDL
Don't use the system iconv on Apple mobile platforms
Fixes https://github.com/libsdl-org/SDL/issues/8964
This commit is contained in:
parent
ea0853d23d
commit
d6a48e4958
|
@ -153,7 +153,7 @@ endif()
|
||||||
# Default option knobs
|
# Default option knobs
|
||||||
set(SDL_LIBC_DEFAULT ON)
|
set(SDL_LIBC_DEFAULT ON)
|
||||||
set(SDL_SYSTEM_ICONV_DEFAULT ON)
|
set(SDL_SYSTEM_ICONV_DEFAULT ON)
|
||||||
if(WINDOWS)
|
if(WINDOWS OR IOS OR TVOS OR VISIONOS)
|
||||||
set(SDL_SYSTEM_ICONV_DEFAULT OFF)
|
set(SDL_SYSTEM_ICONV_DEFAULT OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue