aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2019-10-12 09:39:47 +0100
committerSergio Martins <smartins@kde.org>2019-10-12 09:39:47 +0100
commitd0f76cbc9f4b66b4b63ecde02174eeaded327686 (patch)
tree4b988c53f5f77fc124f7733336d482d17534d92b
parentfd63583937ba26ab41e4da181e001928aa600e90 (diff)
Update the AppImage script to LLVM 9.0v1.6
-rwxr-xr-xdev-scripts/docker/make_appimage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-scripts/docker/make_appimage.sh b/dev-scripts/docker/make_appimage.sh
index d635fb24..469d987d 100755
--- a/dev-scripts/docker/make_appimage.sh
+++ b/dev-scripts/docker/make_appimage.sh
@@ -8,7 +8,7 @@
PATH=/opt/rh/python27/root/usr/bin:/opt/rh/devtoolset-6/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# edit here the LLVM version used
-PATH=$PATH:/llvm800/bin/
+PATH=$PATH:/llvm900/bin/
CC=gcc
CXX=g++