diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-10-23 03:18:14 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-11-01 23:46:57 +0100 |
commit | c9987c352a3cd23f1ef5f5d5ffa444fb3634ffdd (patch) | |
tree | 02eb4adb8c3879842b07473a5a8b41a02b5dc2b3 /ios/build_libs.sh | |
parent | b6543f13500ca621dfc8bf0be426093df8f0900e (diff) | |
download | mupdf-c9987c352a3cd23f1ef5f5d5ffa444fb3634ffdd.tar.xz |
Update project to Xcode 4.
Diffstat (limited to 'ios/build_libs.sh')
-rw-r--r-- | ios/build_libs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/build_libs.sh b/ios/build_libs.sh index ded12ec7..255289f3 100644 --- a/ios/build_libs.sh +++ b/ios/build_libs.sh @@ -8,7 +8,7 @@ echo Generating cmap and font files make -C .. generate || exit 1 export OS=ios -export build=$(echo $BUILD_STYLE | tr A-Z a-z) +export build=$(echo $CONFIGURATION | tr A-Z a-z) for ARCH in $ARCHS do @@ -26,7 +26,7 @@ do make -C .. libs || exit 1 done -echo Performing liposuction +echo Performing liposuction into $BUILT_PRODUCTS_DIR. mkdir -p "$BUILT_PRODUCTS_DIR" |