mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-23 09:35:27 -05:00
workaround for SF bug
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user