Skip to content

Commit

Permalink
[makefile] Oops! This wasn’t building for arm64e
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed May 1, 2020
1 parent b0b0201 commit 7fafb96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions defaults/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# arm64e not needed here
ARCHS = armv7 arm64

include $(THEOS)/makefiles/common.mk

TOOL_NAME = defaults
Expand Down

0 comments on commit 7fafb96

Please sign in to comment.