From c86d809331025a557e664d77eba6c7f7a9ece839 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 1 Sep 2015 18:27:49 +0200 Subject: [PATCH] Another commit --- dist-scripts/dist-cores.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh index f85c780695..1abbe802f5 100755 --- a/dist-scripts/dist-cores.sh +++ b/dist-scripts/dist-cores.sh @@ -82,6 +82,7 @@ fi for f in *_${platform}.a ; do name=`echo "$f" | sed "s/\(_libretro_${platform}\|\).a$//"` whole_archive= + big_stack= if [ $name = "nxengine" ] ; then echo "Applying whole archive linking..." whole_archive="WHOLE_ARCHIVE_LINK=1" @@ -122,9 +123,9 @@ for f in *_${platform}.a ; do # Move executable files if [ $platform = "ps3" ] ; then if [ $PLATFORM = "ode-ps3" ] ; then - mv -f ../CORE.SELF ../pkg/${platform}/USRDIR/cores/"${name}_libretro_${platform}.SELF" - else mv -f ../CORE.SELF ../${platform}/iso/PS3_GAME/USRDIR/cores/"${name}_libretro_${platform}.SELF" + else + mv -f ../CORE.SELF ../pkg/${platform}/USRDIR/cores/"${name}_libretro_${platform}.SELF" fi elif [ $PLATFORM = "psp1" ] ; then mv -f ../EBOOT.PBP ../pkg/${platform}/cores/${name}_libretro.PBP