From 1b0a50438f0428bc6f5769b204dc1c6b8ac26e16 Mon Sep 17 00:00:00 2001 From: radius Date: Tue, 10 Mar 2015 23:06:21 -0400 Subject: [PATCH] fixes --- libretro-buildbot-recipe.sh | 2 +- libretro-config.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 79675d92..b6797efc 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1327,7 +1327,7 @@ if [ "${PLATFORM}" == "wii" ] && [ "${RA}" == "YES" ]; then cd $PARENTDIR git clone "$URL" "$DIR" --depth=1 cd $DIR - + if [ "${TYPE}" == "PROJECT" ]; then BUILD="YES" RADIR=$DIR diff --git a/libretro-config.sh b/libretro-config.sh index 961f8578..108938ab 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -128,6 +128,12 @@ case "$platform" in FORMAT_COMPILER_TARGET="wii" DIST_DIR="wii" ;; + *ngc*) + platform=ngc + FORMAT_EXT="a" + FORMAT_COMPILER_TARGET="ngc" + DIST_DIR="ngc" + ;; theos_ios*) platform=theos_ios FORMAT_EXT="dylib"