diff options
Diffstat (limited to 'Game/Code')
-rw-r--r-- | Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas b/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas index 88966f82..38447252 100644 --- a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas +++ b/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas @@ -185,6 +185,7 @@ const {$IFDEF UNIX}
{$IFDEF DARWIN}
SDLttfLibName = 'libSDL_ttf-2.0.0.dylib';
+ {$linklib libSDL_ttf}
{$ELSE}
{$IFDEF FPC}
SDLttfLibName = 'libSDL_ttf.so';
|