fix cross compile on QNX
got broken in 2e284cc783
The racket version of libunwind is not compatible with QNX but old-style stacktraces are still working with the default gcc version
This commit is contained in:
parent
60ab149edf
commit
e637d78a09
|
@ -883,7 +883,6 @@
|
|||
#if defined(i386)
|
||||
# define MZ_USE_JIT_I386
|
||||
# define MZ_JIT_USE_MPROTECT
|
||||
# define MZ_USE_DWARF_LIBUNWIND
|
||||
#endif
|
||||
#if defined(__x86_64__)
|
||||
# define MZ_USE_JIT_X86_64
|
||||
|
|
Loading…
Reference in New Issue
Block a user