Improve .dylib assembling log

This commit is contained in:
Davide De Rosa 2017-10-01 21:58:45 +02:00
parent 2ed8b30de7
commit 0b43dc37cd
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if [ "$1" == "dynamic" ]; then
ARCH="${BASH_REMATCH[4]}"
fi
echo "Assembling .dylib for $ARCH"
echo "Assembling .dylib for $PLATFORM $SDKVERSION ($ARCH)"
CROSS_TOP="${DEVELOPER}/Platforms/${PLATFORM}.platform/Developer"
CROSS_SDK="${PLATFORM}${SDKVERSION}.sdk"