From 9c26f93b74d6ee2e3531d01c9a4774ec7e2437dd Mon Sep 17 00:00:00 2001 From: radius Date: Tue, 10 Mar 2015 23:23:07 -0400 Subject: [PATCH] fix another derp with the ngc recipes --- libretro-buildbot-recipe.sh | 2 +- recipes/ngc/devkitngc.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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