diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index b6797efc..5109e125 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -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 diff --git a/recipes/ngc/devkitngc.conf b/recipes/ngc/devkitngc.conf index cbc0a208..4db3ad40 100644 --- a/recipes/ngc/devkitngc.conf +++ b/recipes/ngc/devkitngc.conf @@ -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