This commit is contained in:
radius 2015-03-10 23:06:21 -04:00
parent a951165245
commit 1b0a50438f
2 changed files with 7 additions and 1 deletions

View File

@ -1327,7 +1327,7 @@ if [ "${PLATFORM}" == "wii" ] && [ "${RA}" == "YES" ]; then
cd $PARENTDIR cd $PARENTDIR
git clone "$URL" "$DIR" --depth=1 git clone "$URL" "$DIR" --depth=1
cd $DIR cd $DIR
if [ "${TYPE}" == "PROJECT" ]; then if [ "${TYPE}" == "PROJECT" ]; then
BUILD="YES" BUILD="YES"
RADIR=$DIR RADIR=$DIR

View File

@ -128,6 +128,12 @@ case "$platform" in
FORMAT_COMPILER_TARGET="wii" FORMAT_COMPILER_TARGET="wii"
DIST_DIR="wii" DIST_DIR="wii"
;; ;;
*ngc*)
platform=ngc
FORMAT_EXT="a"
FORMAT_COMPILER_TARGET="ngc"
DIST_DIR="ngc"
;;
theos_ios*) theos_ios*)
platform=theos_ios platform=theos_ios
FORMAT_EXT="dylib" FORMAT_EXT="dylib"