mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-22 13:31:08 +00:00
Fix JIT enable logic
This commit is contained in:
parent
6d92f13bcd
commit
144b117886
@ -1661,7 +1661,7 @@ elif [[ "x$WANT_NATIVE_M68K" = "xyes" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
dnl Enable JIT compiler, if possible.
|
dnl Enable JIT compiler, if possible.
|
||||||
if [[ "x$WANT_JIT" = "xyes" -a "x$CAN_JIT" ]]; then
|
if [[ "x$WANT_JIT" = "xyes" -a "x$CAN_JIT" = "xyes" ]]; then
|
||||||
JITSRCS="$JITSRCS ../uae_cpu/compiler/compemu_support.cpp ../uae_cpu/compiler/compemu_fpp.cpp compstbl.o cpustbl_nf.o"
|
JITSRCS="$JITSRCS ../uae_cpu/compiler/compemu_support.cpp ../uae_cpu/compiler/compemu_fpp.cpp compstbl.o cpustbl_nf.o"
|
||||||
DEFINES="$DEFINES -DUSE_JIT -DUSE_JIT_FPU"
|
DEFINES="$DEFINES -DUSE_JIT -DUSE_JIT_FPU"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user