mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
fixes
This commit is contained in:
parent
a951165245
commit
1b0a50438f
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user