fix BII build

This commit is contained in:
kanjitalk755 2020-09-06 22:25:55 +09:00
parent 09429e6021
commit 95437fbf89
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
SRC = $(PROJECT_DIR)/../uae_cpu
DST = $(BUILT_PRODUCTS_DIR)/gencpu_output
VPATH = $(SRC) $(SRC)/compiler
CFLAGS = -DUSE_JIT_FPU -I. -I../uae_cpu -I../UNIX
CFLAGS = -DUSE_XCODE=1 -DUSE_JIT_FPU -I. -I../uae_cpu -I../UNIX
CXXFLAGS = -stdlib=libc++ $(CFLAGS)
all: $(DST)/gencpu $(DST)/gencomp