blob: 538b532eb988c32497008baabf691561c9f80008 (
plain)
1
2
3
4
5
6
|
#!/bin/sh
export TARGET=arm-apple-darwin11
export CC=ios-clang
export PREFIX=/opt/iPhoneOS8.1.sdk/usr
export CFLAGS="$CFLAGS -g0 -O2"
../configure --host=$TARGET --prefix=$PREFIX --disable-shared
|