mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-20 09:27:21 -05:00
update libogc version
tidy up after build complete
This commit is contained in:
parent
667a752a26
commit
c0319d51fc
|
|
@ -6,7 +6,7 @@
|
|||
#---------------------------------------------------------------------------------
|
||||
# specify some urls to download the source packages from
|
||||
#---------------------------------------------------------------------------------
|
||||
LIBOGC_VER=20061201
|
||||
LIBOGC_VER=20070118
|
||||
LIBGBA_VER=20060720
|
||||
LIBNDS_VER=20060719
|
||||
LIBMIRKO_VER=0.9.6
|
||||
|
|
@ -380,10 +380,7 @@ rm -fr $BINUTILS_SRCDIR
|
|||
rm -fr $NEWLIB_SRCDIR
|
||||
rm -fr $GCC_SRCDIR
|
||||
|
||||
if [ $VERSION -eq 1 ]
|
||||
then
|
||||
rm -fr $LIBOGC_SRCDIR $LIBGBA_SRCDIR $LIBNDS_SRCDIR $LIBMIRKO_SRCDIR
|
||||
fi
|
||||
rm -fr $LIBOGC_SRCDIR $LIBGBA_SRCDIR $LIBNDS_SRCDIR $LIBMIRKO_SRCDIR
|
||||
|
||||
echo
|
||||
echo "Would you like to delete the downloaded source packages? [y/N]"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user