Readme and cosmetics
Signed-off-by: shaded enmity <arul@shadeds-Mac.local>pull/242/head
parent
aa8bdba920
commit
050b38a69f
|
@ -1,5 +1,5 @@
|
||||||
# assimp for iOS-SDK 7.1
|
# 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.
|
Builds assimp libraries for several iOS CPU architectures at once, and outputs a fat binary from the result.
|
||||||
|
|
||||||
|
|
|
@ -72,7 +72,7 @@ for i in "$@"; do
|
||||||
case $i in
|
case $i in
|
||||||
-l=*|--stdlib=*)
|
-l=*|--stdlib=*)
|
||||||
CPP_STD_LIB=`echo $i | sed 's/[-a-zA-Z0-9]*=//'`
|
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=*)
|
-a=*|--archs=*)
|
||||||
DEPLOY_ARCHS=`echo $i | sed 's/[-a-zA-Z0-9]*=//'`
|
DEPLOY_ARCHS=`echo $i | sed 's/[-a-zA-Z0-9]*=//'`
|
||||||
|
|
Loading…
Reference in New Issue