Fix compilation on ARM.

From Juan Francisco Cantero Hurtado.

Closes #748.
This commit is contained in:
Vincent St-Amour 2016-11-29 12:26:26 -06:00
parent ac04d1e544
commit 8130b571c4

View File

@ -259,9 +259,6 @@
#endif
# if defined(__arm__)
# define MZ_USE_JIT_ARM
# ifndef __ANDROID__
# define MZ_USE_DWARF_LIBUNWIND
# endif
#endif
#endif