Skip to content

Commit

Permalink
Disable arm64e slice compilation for pkg-actions and asu_inject.
Browse files Browse the repository at this point in the history
  • Loading branch information
akemin-dayo committed Jul 2, 2023
1 parent 8214dfc commit 646faf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions asu_inject/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
ARCHS = armv7 armv7s arm64

include $(THEOS)/makefiles/common.mk

TOOL_NAME = asu_inject

asu_inject_FILES = asu_inject.c
asu_inject_CFLAGS += -fvisibility=hidden
asu_inject_INSTALL_PATH = /usr/bin
asu_inject_CODESIGN_FLAGS = -S../entitlements.plist

include $(THEOS_MAKE_PATH)/tool.mk
2 changes: 2 additions & 0 deletions pkg-actions/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ARCHS = armv7 armv7s arm64

include $(THEOS)/makefiles/common.mk

TOOL_NAME = postinst prerm
Expand Down

0 comments on commit 646faf2

Please sign in to comment.