Skip to content

Commit

Permalink
Don't use the system iconv on Apple mobile platforms
Browse files Browse the repository at this point in the history
Fixes #8964

(cherry picked from commit d6a48e4)
(cherry picked from commit 8eed915)
  • Loading branch information
slouken committed Feb 1, 2024
1 parent 5f98fcf commit 857b984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
set(OPT_DEF_LIBC ON)
endif()
if(WINDOWS)
if(WINDOWS OR IOS OR TVOS)
set(SDL_SYSTEM_ICONV_DEFAULT OFF)
else()
set(SDL_SYSTEM_ICONV_DEFAULT ON)
Expand Down

0 comments on commit 857b984

Please sign in to comment.