diff options
Diffstat (limited to 'Game/Code/lib/JEDI-SDL/SDL/Pas')
-rw-r--r-- | Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas b/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas index 29bc7123..d2e30270 100644 --- a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas +++ b/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas @@ -357,7 +357,7 @@ uses const
{$IFDEF WINDOWS}
- SDLLibName = 'SDL.dll';
+ SDLLibName = 'Libraries\SDL.dll';
{$ENDIF}
{$IFDEF UNIX}
|