Improve .dylib assembling log
This commit is contained in:
parent
2ed8b30de7
commit
0b43dc37cd
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue