fix another derp with the ngc recipes

This commit is contained in:
radius 2015-03-10 23:23:07 -04:00
parent e12c7322e0
commit 9c26f93b74
2 changed files with 2 additions and 2 deletions

View File

@ -1500,7 +1500,7 @@ then
rm *.a
cp -v $RARCH_DIST_DIR/*.a .
ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_psp1." $2 }' |sh
ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_ngc." $2 }' |sh
sh ./ngc-cores.sh
if [ $? -eq 0 ];
then

View File

@ -4,7 +4,7 @@ PLATFORM ngc
CC powerpc-eabi-gcc
CXX powerpc-eabi-g++
AR powerpc--eabi-ar
SUFFIX _wii
SUFFIX _ngc
DEVKITPRO /opt/devkitPro
DEVKITPPC /opt/devkitPro/devkitPPC
RA YES