[ROSBE-UNIX] Don't export the CC and CXX variables, this clashes with the mingw-w64 build inside the gcc build.

This commit is contained in:
Colin Finck 2019-12-22 16:34:22 +01:00
parent cad8abbf82
commit ea95958359
No known key found for this signature in database
GPG Key ID: 1BA74E70456BA1A9

View File

@ -11,11 +11,11 @@ if [ -z "$BASH_VERSION" ]; then
fi
if [ "$CC" == "" ]; then
export CC=gcc
CC=gcc
fi
if [ "$CXX" == "" ]; then
export CXX=g++
CXX=g++
fi
# RosBE Setup Variables