mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-12 20:46:01 -05:00
export CC & CXX for subshells
This commit is contained in:
@@ -122,8 +122,8 @@ then
|
||||
touch installed-newlib
|
||||
fi
|
||||
|
||||
CC=$OLD_CC
|
||||
CXX=$OLD_CXX
|
||||
export CC=$OLD_CC
|
||||
export CXX=$OLD_CXX
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# build and install the final compiler
|
||||
|
||||
Reference in New Issue
Block a user