Loading
SDL_ttf: fix build on darwin
Without it, the build failed with:
Undefined symbols for architecture arm64:
"_iconv", referenced from:
_SDL_main in showfont.o
"_iconv_close", referenced from:
_SDL_main in showfont.o
"_iconv_open", referenced from:
_SDL_main in showfont.o
Signed-off-by:
Ihar Hrachyshka <ihar.hrachyshka@gmail.com>