summarylogtreecommitdiffstats
path: root/remove-clang35-dependency.patch
blob: e4f5fdf6aded5d44ee4e311ecd419f3377be070a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 0ebac9b313b1bab39bef796cbe35208248d65abb Mon Sep 17 00:00:00 2001
From: zerophase <mikelojkvic@gmail.com>
Date: Tue, 15 Nov 2016 21:17:38 -0600
Subject: [PATCH] Modify Setup for Arch

---
 Engine/Build/BatchFiles/Linux/Setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Engine/Build/BatchFiles/Linux/Setup.sh b/Engine/Build/BatchFiles/Linux/Setup.sh
index d3ad8ff..5fcf323 100755
--- a/Engine/Build/BatchFiles/Linux/Setup.sh
+++ b/Engine/Build/BatchFiles/Linux/Setup.sh
@@ -153,7 +153,7 @@ if [ -e /etc/os-release ]; then
 
   # Arch Linux
   if [[ "$ID" == "arch" ]] || [[ "$ID_LIKE" == "arch" ]]; then
-    DEPS="clang35 mono python sdl2 qt4 dos2unix cmake"
+    DEPS="clang mono python sdl2 qt4 dos2unix cmake"
     MISSING=false
     for DEP in $DEPS; do
       if ! pacman -Qs $DEP > /dev/null 2>&1; then
-- 
2.10.2