DEADSOFTWARE

osx: fix library linking
[d2df-sdl.git] / src / lib / gme / gme.pas
index e5f5e513bca39fa96d1d6439b30a86cab6642ab6..3c49e49a9292c8d94538f464803be04e3251db9b 100644 (file)
@@ -19,6 +19,7 @@ uses ctypes;
   {$ENDIF}
 {$ELSEIF DEFINED(UNIX)}
   {$DEFINE GME_DYNAMIC}
+  {$LINKLIB libgme}
   const gmelib = 'libgme.so';
 {$ELSE}
   {$ERROR libgme not supported on this platform. Fix it!}