Commit c2de155
committed
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 <[email protected]>1 parent de7bcea commit c2de155
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments