summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-07-11 23:40:04 -1000
committerSam Bingner <sam@bingner.com>2018-07-11 23:40:04 -1000
commitbea5ee0aadb0ac95f71eb858fdb7f02e748f50d7 (patch)
tree6f543cb60051c5aa615946845143471bad5ffbf6 /makefile
parent03191d515b8474764cc2a34dcc2284fcd158bce6 (diff)
Minimal changes to support iOS11
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile b/makefile
index 55af0be..b8c9793 100644
--- a/makefile
+++ b/makefile
@@ -188,19 +188,19 @@ MobileCydia: sysroot $(object) entitlements.xml Objects/libapt64.a
cfversion: cfversion.mm
$(cycc) -o $@ $(filter %.mm,$^) $(flag) $(link) -framework CoreFoundation
- @ldid -T0 -S $@
+ @ldid -T0 -Sgenent.xml $@
setnsfpn: setnsfpn.cpp
$(cycc) -o $@ $(filter %.cpp,$^) $(flag) $(link)
- @ldid -T0 -S $@
+ @ldid -T0 -Sgenent.xml $@
cydo: cydo.cpp
$(cycc) $(plus) -o $@ $(filter %.cpp,$^) $(flag) $(link) -Wno-deprecated-writable-strings
- @ldid -T0 -S $@
+ @ldid -T0 -Sgenent.xml $@
postinst: postinst.mm CyteKit/stringWithUTF8Bytes.mm CyteKit/stringWithUTF8Bytes.h CyteKit/UCPlatform.h
$(cycc) $(plus) -o $@ $(filter %.mm,$^) $(flag) $(link) -framework CoreFoundation -framework Foundation -framework UIKit
- @ldid -T0 -S $@
+ @ldid -T0 -Sgenent.xml $@
debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst cfversion setnsfpn cydo $(images) $(shell find MobileCydia.app) cydia.control Library/firmware.sh Library/move.sh Library/startup
sudo rm -rf _