Oops, didn't like my comment.

This commit is contained in:
Sacha 2014-07-24 16:40:52 +10:00
parent 027aca960b
commit 4183c2886d

2
b.sh
View File

@ -72,7 +72,7 @@ done
if [ ! -z "$TARGET_OS" ]; then
echo "Building for $TARGET_OS"
BUILD_DIR="$(tr [A-Z] [a-z] <<< build-"$TARGET_OS")"
// HACK (doesn't like shadowed dir)
# HACK (doesn't like shadowed dir)
if [ "$TARGET_OS" == "Symbian" ]; then
BUILD_DIR="Qt"
fi