]> git.saurik.com Git - cycript.git/blame - android-xcode.sh
Allow the size of array typedefs to be a variable.
[cycript.git] / android-xcode.sh
CommitLineData
b76dcdd7
JF
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
3xcs=$(xcode-select --print-path)
4xct="${xcs}/Toolchains/XcodeDefault.xctoolchain/usr/lib"
5./android-configure.sh --with-libclang="-rpath ${xct} ${xct}/libclang.dylib"