summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-07-07 13:33:48 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-07-07 13:33:48 +0000
commit87c2781ecc23cf3175e01a5f845e4a117c176ce0 (patch)
tree88a5273036515a0fd73e8d67facc9ab5bc2ceb16 /src
parentb44edd51168992dbcf6f8706696c6438f36bc55e (diff)
android doesn't like versioned .so
Diffstat (limited to 'src')
-rw-r--r--src/htslib.c2
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
};