diff options
author | Sam Bingner <sam@bingner.com> | 2018-09-30 22:50:49 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-27 14:24:09 -1000 |
commit | 014888d50dcedd8f2a7bcac53bc0ffc1fbb6555f (patch) | |
tree | 9078a1592efb2b78c6da195d1ba12bf6717d8809 /MobileCydia.mm | |
parent | 6f6bdfbcbb3b5dc0a67e28cfe36523e0433ecbeb (diff) |
Make Cydia compatible back to iOS5 - unable to support older with this apt version due to newer apt requiring functions provided via libc++ on iOS
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 2fc28ec..9237251 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -64,7 +64,6 @@ #undef ABS -#include "apt.h" #include <apt-pkg/acquire.h> #include <apt-pkg/acquire-item.h> #include <apt-pkg/algorithms.h> |