Tools: build_ci.sh don't unset CXX and CC by default. That was for TravisCI

This commit is contained in:
Pierre Kancir 2021-09-01 16:10:59 +02:00 committed by Peter Barker
parent d24b469936
commit aade77db9a

View File

@ -10,7 +10,6 @@ set -ex
# CXX and CC are exported by default by travis
c_compiler=${CC:-gcc}
cxx_compiler=${CXX:-g++}
unset CXX CC
export BUILDROOT=/tmp/ci.build
rm -rf $BUILDROOT