summarylogtreecommitdiffstats
path: root/ignore-clang50-install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ignore-clang50-install.patch')
-rw-r--r--ignore-clang50-install.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore-clang50-install.patch b/ignore-clang50-install.patch
index 6edcf7d55b5c..3a94a919c886 100644
--- a/ignore-clang50-install.patch
+++ b/ignore-clang50-install.patch
@@ -5,7 +5,7 @@
# Install our bundled toolchain unless we are running a Perforce build or a an our of source toolchain is available.
-if [ ! -f Build/PerforceBuild.txt ] && [ -z "$LINUX_MULTIARCH_ROOT" ] && [ -z "$UE_SDKS_ROOT" ]; then
-+if [ ! -f Build/PerforceBuild.txt ] && [["$ID" != "arch" ]] && [ -z "$LINUX_MULTIARCH_ROOT" ] && [ -z "$UE_SDKS_ROOT" ]; then
++if [ ! -f Build/PerforceBuild.txt ] && [[ "$ID" != "arch" ]] && [ -z "$LINUX_MULTIARCH_ROOT" ] && [ -z "$UE_SDKS_ROOT" ]; then
echo "Installing a bundled clang toolchain"
pushd Build/BatchFiles/Linux > /dev/null
./SetupToolchain.sh