From 7fafb96d300f5612cc7f15816a36bbeb6e9db8de Mon Sep 17 00:00:00 2001 From: Adam Demasi Date: Fri, 1 May 2020 09:55:48 +0930 Subject: [PATCH] =?UTF-8?q?[makefile]=20Oops!=20This=20wasn=E2=80=99t=20bu?= =?UTF-8?q?ilding=20for=20arm64e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 - defaults/Makefile | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 210c574..77c30d0 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,6 @@ endif export ADDITIONAL_CFLAGS = -fobjc-arc -Wextra -Wno-unused-parameter -DTHEOS -DTHEOS_LEAN_AND_MEAN export ADDITIONAL_LDFLAGS = -Xlinker -no_warn_inits -export ARCHS = armv7 arm64 export CEPHEI_EMBEDDED CEPHEI_SIMULATOR RESPRING ?= 1 diff --git a/defaults/Makefile b/defaults/Makefile index bc704b6..87de88c 100644 --- a/defaults/Makefile +++ b/defaults/Makefile @@ -1,3 +1,6 @@ +# arm64e not needed here +ARCHS = armv7 arm64 + include $(THEOS)/makefiles/common.mk TOOL_NAME = defaults