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"