]> git.saurik.com Git - cycript.git/blob - android-xcode.sh
Instance's toPointer() should return as CFTypeRef.
[cycript.git] / android-xcode.sh
1 #!/bin/bash
2 # XXX: this script is required because, despite claiming clang is so awesome due to having libclang, Google doesn't ship a usable version
3 xcs=$(xcode-select --print-path)
4 xct="${xcs}/Toolchains/XcodeDefault.xctoolchain/usr/lib"
5 ./android-configure.sh --with-libclang="-rpath ${xct} ${xct}/libclang.dylib"