mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-28 21:04:49 -05:00
remove libgba & libnds archive after install
This commit is contained in:
parent
e611b6e4e7
commit
c2de95e9ad
|
|
@ -357,7 +357,7 @@ read answer
|
|||
if [ "$answer" = "y" -o "$answer" = "Y" ]
|
||||
then
|
||||
echo "rm -f $BINUTILS $GCC_CORE $GCC_GPP $NEWLIB"
|
||||
rm -f $SRCDIR/$BINUTILS $SRCDIR/$GCC_CORE $SRCDIR/$GCC_GPP $SRCDIR/$NEWLIB
|
||||
rm -f $SRCDIR/$BINUTILS $SRCDIR/$GCC_CORE $SRCDIR/$GCC_GPP $SRCDIR/$NEWLIB $SRCDIR/$LIBGBA $SRCDIR/$LIBNDS
|
||||
fi
|
||||
|
||||
echo
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user