mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-26 11:54:54 -05:00
really workaround SF bug
This commit is contained in:
parent
4ae6205b50
commit
6389eb4101
|
|
@ -341,6 +341,10 @@ else
|
|||
$FETCH $GCC_CORE_URL || { echo "Error: Failed to download "$GCC_CORE; exit 1; }
|
||||
|
||||
$FETCH $GCC_GPP_URL || { echo "Error: Failed to download "$GCC_GPP; exit 1; }
|
||||
if [ -f gcc-g%2B%2B-$GCC_VER.tar.bz2 ]
|
||||
then
|
||||
mv gcc-g%2B%2B-$GCC_VER.tar.bz2 gcc-g++-$GCC_VER.tar.bz2
|
||||
fi
|
||||
|
||||
$FETCH $GDB_URL || { echo "Error: Failed to download "$GDB; exit 1; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user