diff options
Diffstat (limited to 'src/htslib.c')
-rw-r--r-- | src/htslib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |