From f48aaf561f035fa115b36e57b3f2d907e9dfde19 Mon Sep 17 00:00:00 2001 From: zx Date: Thu, 7 Nov 2024 17:11:38 -0500 Subject: [PATCH] build: only compile for arm64 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5d0d653..c762202 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ TARGET := iphone:clang:latest:14.0 INSTALL_TARGET_PROCESSES = Spotify +ARCHS = arm64 include $(THEOS)/makefiles/common.mk