aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas')
-rw-r--r--Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas b/Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas
index d0699761..1013e322 100644
--- a/Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas
+++ b/Game/Code/lib/JEDI-SDL/SDL_Image/Pas/sdl_image.pas
@@ -144,7 +144,7 @@ uses
const
{$IFDEF WINDOWS}
- SDL_ImageLibName = 'SDL_Image.dll';
+ SDL_ImageLibName = 'Libraries\SDL_Image.dll';
{$ENDIF}
{$IFDEF UNIX}