]> git.saurik.com Git - cydia.git/blobdiff - makefile
If we go by the book, sec.s could seem like min.s.
[cydia.git] / makefile
index ff91da91730d0a58ef4860e888aaee8b29377f74..ce94153b83b470fb6b5a51abe52bf2af72aea413 100644 (file)
--- a/makefile
+++ b/makefile
@@ -119,11 +119,11 @@ sysroot: sysroot.sh
 
 MobileCydia: sysroot $(object) entitlements.xml
        @echo "[link] $(object:Objects/%=%)"
-       @$(cycc) $(filter %.o,$^) $(flags) $(link) $(libs) $(uikit) -Wl,-sdk_version,7.0
+       @$(cycc) $(filter %.o,$^) $(flags) $(link) $(libs) $(uikit) -Wl,-sdk_version,8.0
        @mkdir -p bins
        @cp -a $@ bins/$@-$(version)
        @echo "[strp] $@"
-       @strip -no_uuid $@
+       @strip $@
        @echo "[uikt] $@"
        @./uikit.sh $@
        @echo "[sign] $@"