android: disable libunwind for now

There's an issue with dl_iterate_phdr().
This commit is contained in:
Matthew Flatt 2013-04-18 11:14:46 -06:00
parent 99b1571708
commit d9f7353d63

View File

@ -245,7 +245,9 @@
#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