forked from akemin-dayo/AppSync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable arm64e slice compilation for
pkg-actions
and asu_inject
.
- Loading branch information
1 parent
8214dfc
commit 646faf2
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|