mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
Remove unused stuff
This commit is contained in:
parent
c4e5d3740e
commit
dc307b9852
@ -165,9 +165,7 @@ for f in `ls -v *_${platform}.${EXT}`; do
|
||||
fi
|
||||
|
||||
# Compile core
|
||||
if [ $PLATFORM = "ode-ps3" ] ; then
|
||||
make -C ../ -f Makefile.${platform}.cobra $whole_archive -j3 || exit 1
|
||||
elif [ $MAKEFILE_GRIFFIN = "yes" ]; then
|
||||
if [ $MAKEFILE_GRIFFIN = "yes" ]; then
|
||||
make -C ../ -f Makefile.griffin platform=${platform} $whole_archive $big_stack -j3 || exit 1
|
||||
elif [ $PLATFORM = "emscripten" ]; then
|
||||
make -C ../ -f Makefile.emscripten LTO=$lto -j7 || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user