android: disable libunwind for now
There's an issue with dl_iterate_phdr().
This commit is contained in:
parent
99b1571708
commit
d9f7353d63
|
@ -245,8 +245,10 @@
|
||||||
#endif
|
#endif
|
||||||
# if defined(__arm__)
|
# if defined(__arm__)
|
||||||
# define MZ_USE_JIT_ARM
|
# define MZ_USE_JIT_ARM
|
||||||
|
# ifndef __ANDROID__
|
||||||
# define MZ_USE_DWARF_LIBUNWIND
|
# define MZ_USE_DWARF_LIBUNWIND
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user