Update setup_variables.sh

This commit is contained in:
Andrea Cavalli 2020-10-10 19:42:40 +02:00
parent d6bb042a2f
commit 4ac28be73a
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
export CPU_CORES=" -- -j${CPU_CORES_NUM}"
export CXXFLAGS="-stdlib=libc++"
export CFLAGS="-stdlib=libc++"
export CC="/usr/bin/clang"
export CXX="/usr/bin/clang++"
export CC="/usr/bin/clang-10"
export CXX="/usr/bin/clang++-10"
fi
# ====== Print variables