mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 03:19:40 +00:00
[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:
parent
cad8abbf82
commit
ea95958359
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user