AppImage: use gcc 7 for compilation

This commit is contained in:
Moritz Bunkus 2018-11-09 18:11:14 +01:00
parent 89f0c6defb
commit 40e33417ff
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -6,7 +6,7 @@
# boost-devel
# cmark-devel
# desktop-file-utils
# devtoolset-6-gcc-c++
# devtoolset-7-gcc-c++
# docbook-style-xsl
# fdupes
# file-devel
@ -109,8 +109,8 @@ if [[ ! -f configure ]]; then
fi
if [[ -f /etc/centos-release ]]; then
export CC=/opt/rh/devtoolset-6/root/bin/gcc
export CXX=/opt/rh/devtoolset-6/root/bin/g++
export CC=/opt/rh/devtoolset-7/root/bin/gcc
export CXX=/opt/rh/devtoolset-7/root/bin/g++
fi
export PKG_CONFIG_PATH="${QTDIR}/lib/pkgconfig:${PKG_CONFIG_PATH}"