fluid-fun: Fix fluidsynth soname on OSX
This commit is contained in:
parent
7b65977eb9
commit
95cda4035e
|
@ -13,7 +13,7 @@
|
||||||
#ifdef __LINUX__
|
#ifdef __LINUX__
|
||||||
#define FLUID_LIB "libfluidsynth.so.1"
|
#define FLUID_LIB "libfluidsynth.so.1"
|
||||||
#elif __MACOSX__
|
#elif __MACOSX__
|
||||||
#define FLUID_LIB "libfluidsynth.dylib.1"
|
#define FLUID_LIB "libfluidsynth.1.dylib"
|
||||||
#elif __WINDOWS__
|
#elif __WINDOWS__
|
||||||
#define FLUID_LIB "fluidsynth.dll"
|
#define FLUID_LIB "fluidsynth.dll"
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue