DEADSOFTWARE

osx: fix library linking
[d2df-sdl.git] / src / lib / fluidsynth / fluidsynth.pas
index de042062d862fd800ab108374457738931a52d9d..37a610e34470947b4a410125a1f62c10beaf16e1 100644 (file)
@@ -20,6 +20,7 @@ uses
   {$ENDIF}
 {$ELSEIF DEFINED(UNIX)}
   {$DEFINE FS_DYNAMIC}
+  {$LINKLIB libfluidsynth}
   const fluidlib = 'libfluidsynth.so';
 {$ELSE}
   {$ERROR fluidsynth not supported on this platform. Fix it!}