summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/makefile
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/genie/makefile')
-rw-r--r--3rdparty/genie/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/genie/makefile b/3rdparty/genie/makefile
index 9df2558f272..f551fcf2268 100644
--- a/3rdparty/genie/makefile
+++ b/3rdparty/genie/makefile
@@ -54,7 +54,7 @@ release-windows release-darwin: $(GENIE)
release-linux: $(GENIE)
$(SILENT) $(GENIE) release
- $(SILENT) $(MAKE) -C build/$(PROJECT_TYPE).darwin clean all CC=x86_64-apple-darwin20.2-clang
+ $(SILENT) $(MAKE) -C build/$(PROJECT_TYPE).darwin clean all CC=arm64-apple-darwin24.1-clang CFLAGS="-arch arm64" LDFLAGS="-arch arm64"
$(SILENT) $(MAKE) -C build/$(PROJECT_TYPE).linux clean all
$(SILENT) $(MAKE) -C build/$(PROJECT_TYPE).windows clean all CC=x86_64-w64-mingw32-gcc
$(SILENT) git checkout src/host/version.h