diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-01-30 10:11:28 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-01-30 10:11:28 -0800 |
commit | ae975e88affdfae74671885ad2e5af168d98dd95 (patch) | |
tree | a88c468c4cee2c3f4b317ef60522bc331ca33e28 | |
parent | 5652087ef8eac68233426e3675bf26b0c1585d55 (diff) |
Do not pass -Wl,-segalign,4000 to the arm64 build.
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ libs += -licucore uikit := uikit += -framework UIKit -link += -Wl,-segalign,4000 +link += -Xarch_armv6 -Wl,-segalign,4000 dirs := Menes CyteKit Cydia SDURLCache |