Exclude 81 for PS3
This commit is contained in:
parent
6cd08eb6e7
commit
c1d07b8d8a
|
@ -209,6 +209,7 @@ build_default_cores() {
|
||||||
libretro_build_core prosystem
|
libretro_build_core prosystem
|
||||||
|
|
||||||
if [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then
|
if [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then
|
||||||
|
libretro_build_core 81
|
||||||
libretro_build_core fuse
|
libretro_build_core fuse
|
||||||
libretro_build_core lutro
|
libretro_build_core lutro
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -274,6 +274,7 @@ case "$platform" in
|
||||||
|
|
||||||
CC="$DEVKITPPC/bin/powerpc-eabi-gcc$BINARY_EXT"
|
CC="$DEVKITPPC/bin/powerpc-eabi-gcc$BINARY_EXT"
|
||||||
CXX="$DEVKITPPC/bin/powerpc-eabi-g++$BINARY_EXT"
|
CXX="$DEVKITPPC/bin/powerpc-eabi-g++$BINARY_EXT"
|
||||||
|
AR="$DEVKITPPC/bin/powerpc-eabi-ar$BINARY_EXT"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
wii)
|
wii)
|
||||||
|
@ -285,6 +286,7 @@ case "$platform" in
|
||||||
|
|
||||||
CC="$DEVKITPPC/bin/powerpc-eabi-gcc$BINARY_EXT"
|
CC="$DEVKITPPC/bin/powerpc-eabi-gcc$BINARY_EXT"
|
||||||
CXX="$DEVKITPPC/bin/powerpc-eabi-g++$BINARY_EXT"
|
CXX="$DEVKITPPC/bin/powerpc-eabi-g++$BINARY_EXT"
|
||||||
|
AR="$DEVKITPPC/bin/powerpc-eabi-ar$BINARY_EXT"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
sncps3)
|
sncps3)
|
||||||
|
|
Loading…
Reference in New Issue