mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-19 09:30:56 +00:00
The JIT works in Darwin/x86 too.
This commit is contained in:
parent
954643b582
commit
dfb7f52abd
@ -1278,6 +1278,9 @@ if [[ "x$EMULATED_PPC" = "xyes" ]]; then
|
||||
powerpc:mach)
|
||||
ac_cv_use_dyngen=yes
|
||||
;;
|
||||
i?86:mach)
|
||||
ac_cv_use_dyngen=yes
|
||||
;;
|
||||
*:*)
|
||||
ac_cv_use_dyngen=no
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user