summarylogtreecommitdiffstats
path: root/setup-depend-clang35.patch
blob: cbb23eb7f5161e9298e055749763570d55d858a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/UnrealEngine/Engine/Build/BatchFiles/Linux/Setup.sh	2016-05-08 12:58:34.474342800 +0300
+++ Setup.sh	2016-05-09 10:42:49.026013000 +0300
@@ -124,7 +124,7 @@
 
   # Arch Linux
   if [[ "$ID" == "arch" ]] || [[ "$ID_LIKE" == "arch" ]]; then
-    DEPS="clang mono python sdl2 qt4 dos2unix cmake"
+    DEPS="clang35 mono python sdl2 qt4 dos2unix cmake"
     MISSING=false
     for DEP in $DEPS; do
       if ! pacman -Qs $DEP > /dev/null 2>&1; then