diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-16 20:26:07 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-16 20:26:07 -0700 |
commit | 3e5a9f5d3097f16c99b57d476c986e13325762c5 (patch) | |
tree | c75a40c3b91fa1a5b928e5cbfc670356a16b3de4 /sysroot.sh | |
parent | 20d59843c0902fc663f66f32cb906cbe7869cb57 (diff) |
Port build environment to Xcode 5.0.2 (iOS 7 SDK).
Diffstat (limited to 'sysroot.sh')
-rwxr-xr-x | sysroot.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -111,7 +111,6 @@ cd usr/include mkdir CoreFoundation wget -O CoreFoundation/CFBundlePriv.h "http://www.opensource.apple.com/source/CF/CF-550/CFBundlePriv.h?txt" -wget -O CoreFoundation/CFPriv.h "http://www.opensource.apple.com/source/CF/CF-550/CFPriv.h?txt" wget -O CoreFoundation/CFUniChar.h "http://www.opensource.apple.com/source/CF/CF-550/CFUniChar.h?txt" if true; then |