summaryrefslogtreecommitdiff
path: root/scripts/install-qt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install-qt.sh')
-rwxr-xr-xscripts/install-qt.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install-qt.sh b/scripts/install-qt.sh
index 8af82ccbc..2cc895e07 100755
--- a/scripts/install-qt.sh
+++ b/scripts/install-qt.sh
@@ -89,7 +89,7 @@ Options
android
any, android_armv7, android_arm64_v8a
desktop
- clang_64 (default),
+ clang_64 (default)
ios
ios
@@ -348,7 +348,7 @@ for COMPONENT in ${COMPONENTS}; do
SUBDIR="${TOOLCHAIN/win32_/}"
elif [[ "${TOOLCHAIN}" =~ "any" ]] && [[ "${TARGET_PLATFORM}" == "android" ]]; then
SUBDIR="android"
- elif [ "${HOST_OS}" == "mac_x64" ] && [ ! "${VERSION}" \< "6.1.2" ]; then
+ elif [[ "${HOST_OS}" == "mac_x64" ]] && [[ ! "${VERSION}" < "6.1.2" ]] && [[ "${TARGET_PLATFORM}" == "desktop" ]]; then
SUBDIR="macos"
else
SUBDIR="${TOOLCHAIN}"