mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-11 09:29:51 +01:00
(OSX) Add dynarec for x86
This commit is contained in:
parent
5e08d51b4b
commit
8581be5700
@ -78,6 +78,8 @@ else ifeq ($(platform), osx)
|
||||
endif
|
||||
ifeq ($(arch),ppc)
|
||||
CFLAGS += -DBLARGG_BIG_ENDIAN=1 -D__ppc__ -DFAMEC_NO_GOTOS
|
||||
else
|
||||
use_sh2drc = 1
|
||||
endif
|
||||
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
|
||||
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user