From 87c2781ecc23cf3175e01a5f845e4a117c176ce0 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 7 Jul 2013 13:33:48 +0000 Subject: android doesn't like versioned .so --- src/htslib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/htslib.c b/src/htslib.c index 168b2b3..f66c98b 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -5502,7 +5502,7 @@ int multipleStringMatch(const char *s, const char *match) { } HTSEXT_API httrackp *hts_create_opt(void) { -#ifdef _WIN32 +#if ( defined(_WIN32) || defined(__ANDROID__) ) static const char *defaultModules[] = { "htsswf", "htsjava", "httrack-plugin", NULL }; -- cgit v1.2.3