summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-10-29 11:39:31 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2014-10-29 11:39:31 -0700
commitc158ffc8cc43ecf472f4aea9cc3d041da8349793 (patch)
treea6388076a7cd518a15459f5eeda70b561cbd1238 /makefile
parentfedd38feb88ac93531aad19ab217e7d61b17f7b9 (diff)
Fix video playing on iOS 8 (bug due to -no_uuid).
Diffstat (limited to 'makefile')
-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] $@"