mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-23 02:24:27 -05:00
export CC & CXX for subshells
This commit is contained in:
parent
53f6f731ba
commit
65c611892d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user