Android uses the Linux shared object naming convention
This commit is contained in:
parent
0a484c8a31
commit
69795be30b
|
@ -10,7 +10,7 @@
|
|||
#include <fluidsynth.h>
|
||||
#endif
|
||||
|
||||
#ifdef __LINUX__
|
||||
#if __LINUX__ || __ANDROID__
|
||||
#define FLUID_LIB "libfluidsynth.so.1"
|
||||
#elif __MACOSX__
|
||||
#define FLUID_LIB "libfluidsynth.1.dylib"
|
||||
|
|
Loading…
Reference in New Issue