Android uses the Linux shared object naming convention

This commit is contained in:
Jonas Kulla 2014-12-23 20:21:55 +01:00
parent 0a484c8a31
commit 69795be30b
1 changed files with 1 additions and 1 deletions

View File

@ -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"