mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-22 01:04:21 -05:00
fixes for linux
This commit is contained in:
@@ -25,9 +25,9 @@ cp dka-rules/* $DEVKITARM
|
||||
|
||||
cd $LIBNDS_SRCDIR
|
||||
echo "building libnds ..."
|
||||
$MAKE install
|
||||
$MAKE install INSTALLDIR=$TOOLPATH
|
||||
|
||||
echo "building libgba ..."
|
||||
cd $BUILDSCRIPTDIR
|
||||
cd $LIBGBA_SRCDIR
|
||||
$MAKE install
|
||||
$MAKE install INSTALLDIR=$TOOLPATH
|
||||
|
||||
@@ -40,3 +40,5 @@ cp tools/general/alignbin $DEVKITARM/bin/alignbin
|
||||
#$MAKE -C tools/gp32/b2fxec
|
||||
#cp tools/gp32/b2fxec/b2fxec$exeext $prefix/bin/b2fxec$exeext
|
||||
#$MAKE -C tools/gp32/b2fxec clean
|
||||
|
||||
$MAKE -C tools clean
|
||||
|
||||
Reference in New Issue
Block a user