]>
Commit | Line | Data |
---|---|---|
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" |