]> git.saurik.com Git - cydia.git/blobdiff - makefile
If Cytore failed to save the first block, restart.
[cydia.git] / makefile
index d11d85c80271a9337ee6c03f3b60efd816bf8a7f..6ea7f8571ad6ee009b99e1600aa4bca6e1a4304d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -26,7 +26,6 @@ cycc += -fvisibility=hidden
 
 link += -Wl,-dead_strip
 link += -Wl,-no_dead_strip_inits_and_terms
-link += -Wl,-s
 
 flag += -Xarch_arm64 -Iapt
 flag += -Xarch_arm64 -Iapt-contrib
@@ -181,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] $@"