diff --git a/Makefile b/Makefile index 67f6688..6ba2c2c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SERVER = src/godot/bin/godot_server.x11.opt.tools.64 export-clean export-linux-demo export-windows-demo \ export-binaries patch tests import-vrm all: godot-editor-main godot-main -ARCH=$(patsubst aarch64,arm64,$(shell uname -i)) +ARCH=$(patsubst aarch64,arm64,$(shell uname -m)) godot-main: patch cd src/godot; \ scons platform=x11 arch=$(ARCH) target=release tools=no custom_modules=../modules -j16; \