add android support to DSO (from HEAD)
This commit is contained in:
parent
be23b71e87
commit
4276908f51
@ -86,7 +86,8 @@ DSO_METHOD *DSO_METHOD_dlfcn(void)
|
|||||||
# if defined(_AIX) || defined(__CYGWIN__) || \
|
# if defined(_AIX) || defined(__CYGWIN__) || \
|
||||||
defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
|
defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
|
||||||
(defined(__osf__) && !defined(RTLD_NEXT)) || \
|
(defined(__osf__) && !defined(RTLD_NEXT)) || \
|
||||||
(defined(__OpenBSD__) && !defined(RTLD_SELF))
|
(defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
|
||||||
|
defined(__ANDROID__)
|
||||||
# undef HAVE_DLINFO
|
# undef HAVE_DLINFO
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user