X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/bcf098f9b52d0ebda7477466a2d21ebc2a9fdc88..68df8c0b7bacec286d4798408b5a110bdac88986:/makefile diff --git a/makefile b/makefile index 5ab1edb6..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 @@ -180,7 +180,7 @@ MobileCydia: sysroot $(object) entitlements.xml Objects/libapt64.a @mkdir -p bins @cp -a $@ bins/$@-$(version) @echo "[strp] $@" - @strip $@ + @grep '~' <<<"$(version)" >/dev/null && echo "skipping..." || strip $@ @echo "[uikt] $@" @./uikit.sh $@ @echo "[sign] $@"