From 95437fbf899fb4666ccbddefffd21f21369532a8 Mon Sep 17 00:00:00 2001 From: kanjitalk755 Date: Sun, 6 Sep 2020 22:25:55 +0900 Subject: [PATCH] fix BII build --- BasiliskII/src/MacOSX/Makefile.gencpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasiliskII/src/MacOSX/Makefile.gencpu b/BasiliskII/src/MacOSX/Makefile.gencpu index ba11ccb4..3762cb5d 100644 --- a/BasiliskII/src/MacOSX/Makefile.gencpu +++ b/BasiliskII/src/MacOSX/Makefile.gencpu @@ -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