From: Jay Freeman (saurik) Date: Mon, 30 Jan 2017 18:11:28 +0000 (-0800) Subject: Do not pass -Wl,-segalign,4000 to the arm64 build. X-Git-Tag: v1.1.28%b8~1 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/ae975e88affdfae74671885ad2e5af168d98dd95 Do not pass -Wl,-segalign,4000 to the arm64 build. --- diff --git a/makefile b/makefile index 6ea7f857..30d1b292 100644 --- a/makefile +++ b/makefile @@ -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