X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Flib%2Ffluidsynth%2Ffluidsynth.pas;h=37a610e34470947b4a410125a1f62c10beaf16e1;hp=de042062d862fd800ab108374457738931a52d9d;hb=38c57c930ec47a8cb5da5a2d0e7bdaa5c1e3a89a;hpb=4ccbf11728e4791e277d8d2c5e6a9b3ef55d4ec5 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!}