mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Tools: build_ci.sh don't unset CXX and CC by default. That was for TravisCI
This commit is contained in:
parent
d24b469936
commit
aade77db9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user