X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/0c8f53c0299df2ff10ed20b3f8658a29053205ab..e1b682c524a0933c77e607a3a30ac7627b66ee46:/makefile diff --git a/makefile b/makefile index 31a3bee5..84e605f0 100644 --- a/makefile +++ b/makefile @@ -121,6 +121,7 @@ sysroot: sysroot.sh MobileCydia: sysroot $(object) @echo "[link] $(object:Objects/%=%)" @$(cycc) $(filter %.o,$^) $(flags) $(link) $(uikit) + @cp -a $@ $@-$(version) @echo "[strp] $@" @strip -no_uuid $@ @echo "[sign] $@"