From 050b38a69f7c9b5dc9b231da704f0b45eb274248 Mon Sep 17 00:00:00 2001 From: shaded enmity Date: Thu, 20 Mar 2014 17:25:35 -0700 Subject: [PATCH] Readme and cosmetics Signed-off-by: shaded enmity --- port/iOS/README.md | 2 +- port/iOS/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/port/iOS/README.md b/port/iOS/README.md index 56fae2602..836c40d16 100644 --- a/port/iOS/README.md +++ b/port/iOS/README.md @@ -1,5 +1,5 @@ # assimp for iOS-SDK 7.1 -(deployment target 6.0+) +(deployment target 6.0+, 32/64bit) Builds assimp libraries for several iOS CPU architectures at once, and outputs a fat binary from the result. diff --git a/port/iOS/build.sh b/port/iOS/build.sh index f7c23e58f..96ee5c4ae 100755 --- a/port/iOS/build.sh +++ b/port/iOS/build.sh @@ -72,7 +72,7 @@ for i in "$@"; do case $i in -l=*|--stdlib=*) CPP_STD_LIB=`echo $i | sed 's/[-a-zA-Z0-9]*=//'` - echo "[!] Selecting c++ std lib: $DEPLOY_STD" + echo "[!] Selecting c++ std lib: $CPP_STD_LIB" ;; -a=*|--archs=*) DEPLOY_ARCHS=`echo $i | sed 's/[-a-zA-Z0-9]*=//'`