X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Flib%2Ffluidsynth%2Ffluidsynth.pas;h=37a610e34470947b4a410125a1f62c10beaf16e1;hb=38c57c930ec47a8cb5da5a2d0e7bdaa5c1e3a89a;hp=de042062d862fd800ab108374457738931a52d9d;hpb=9193a04898bdd4020400c8acd8b1bcaccbe33dbf;p=d2df-sdl.git diff --git a/src/lib/fluidsynth/fluidsynth.pas b/src/lib/fluidsynth/fluidsynth.pas index de04206..37a610e 100644 --- a/src/lib/fluidsynth/fluidsynth.pas +++ b/src/lib/fluidsynth/fluidsynth.pas @@ -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!}