Don't use the system iconv on Apple mobile platforms

Fixes https://github.com/libsdl-org/SDL/issues/8964
This commit is contained in:
Sam Lantinga 2024-02-01 15:53:27 -08:00
parent ea0853d23d
commit d6a48e4958
1 changed files with 1 additions and 1 deletions

View File

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