summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index fa6581b..ce94153 100644
--- a/makefile
+++ b/makefile
@@ -123,7 +123,7 @@ MobileCydia: sysroot $(object) entitlements.xml
@mkdir -p bins
@cp -a $@ bins/$@-$(version)
@echo "[strp] $@"
- @strip -no_uuid $@
+ @strip $@
@echo "[uikt] $@"
@./uikit.sh $@
@echo "[sign] $@"