mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-23 18:44:19 -05:00
workaround for SF bug
This commit is contained in:
parent
f565a995d4
commit
0d653b8d6f
|
|
@ -136,7 +136,7 @@ case "$VERSION" in
|
|||
esac
|
||||
|
||||
GCC_CORE="gcc-core-$GCC_VER.tar.bz2"
|
||||
GCC_GPP="gcc-g++-$GCC_VER.tar.bz2"
|
||||
GCC_GPP="gcc-g%2B%2B-$GCC_VER.tar.bz2"
|
||||
GCC_CORE_URL="$DEVKITPRO_URL/$GCC_CORE"
|
||||
GCC_GPP_URL="$DEVKITPRO_URL/$GCC_GPP"
|
||||
BINUTILS="binutils-$BINUTILS_VER.tar.bz2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user