diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-06-26 23:01:28 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-06-26 23:01:28 -0700 |
commit | b4fd1197563aca30cf01bf3efaa5c015ba768e11 (patch) | |
tree | 8d8c8ae482e83c8171edb014a8387df408a3d4d6 /makefile | |
parent | a09f7a4894d2dde0ac8820993f3d51ba0fe36810 (diff) |
Use libicucore's uregex to avoid Depends: libpcre.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -45,7 +45,6 @@ libs += -framework WebKit libs += -lapr-1 libs += -lapt-pkg libs += -licucore -libs += -lpcre uikit := uikit += -framework UIKit @@ -135,7 +134,7 @@ setnsfpn: setnsfpn.cpp @ldid -T0 -S $@ postinst: postinst.mm Sources.mm Sources.h CyteKit/stringWithUTF8Bytes.mm CyteKit/stringWithUTF8Bytes.h CyteKit/UCPlatform.h - $(cycc) -std=c++11 $(filter %.mm,$^) $(flags) $(link) -framework CoreFoundation -framework Foundation -framework UIKit -lpcre + $(cycc) -std=c++11 $(filter %.mm,$^) $(flags) $(link) -framework CoreFoundation -framework Foundation -framework UIKit @ldid -T0 -S $@ debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst cfversion setnsfpn $(images) $(shell find MobileCydia.app) cydia.control Library/firmware.sh Library/move.sh Library/startup |