From 69795be30b5dbfd121ae65cef034a789336306c5 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Tue, 23 Dec 2014 20:21:55 +0100 Subject: [PATCH] Android uses the Linux shared object naming convention --- src/fluid-fun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fluid-fun.cpp b/src/fluid-fun.cpp index 84323f6..d49157d 100644 --- a/src/fluid-fun.cpp +++ b/src/fluid-fun.cpp @@ -10,7 +10,7 @@ #include #endif -#ifdef __LINUX__ +#if __LINUX__ || __ANDROID__ #define FLUID_LIB "libfluidsynth.so.1" #elif __MACOSX__ #define FLUID_LIB "libfluidsynth.1.dylib"