mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-16 14:56:08 -05:00
fixes for linux
This commit is contained in:
parent
64394409de
commit
a5fef54a70
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user