mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +00:00
Don't use the system iconv on Apple mobile platforms
Fixes https://github.com/libsdl-org/SDL/issues/8964
This commit is contained in:
@@ -153,7 +153,7 @@ endif()
|
||||
# Default option knobs
|
||||
set(SDL_LIBC_DEFAULT ON)
|
||||
set(SDL_SYSTEM_ICONV_DEFAULT ON)
|
||||
if(WINDOWS)
|
||||
if(WINDOWS OR IOS OR TVOS OR VISIONOS)
|
||||
set(SDL_SYSTEM_ICONV_DEFAULT OFF)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user