From 7d91ac9162b548fe2e02fab7997c0b2f73e0267c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Tue, 2 Aug 2016 08:14:10 -0500 Subject: [PATCH] try to generate the IDs based on alphabetic order --- dist-scripts/dist-cores.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh index a4cc2241d8..5a8266fbf1 100755 --- a/dist-scripts/dist-cores.sh +++ b/dist-scripts/dist-cores.sh @@ -126,7 +126,8 @@ fi COUNTER=0 -for f in *_${platform}.${EXT} ; do +#for f in *_${platform}.${EXT} ; do +for i in `ls -v _${platform}.${EXT}`; do echo $i; done; name=`echo "$f" | sed "s/\(_libretro_${platform}\|\).${EXT}$//"` lto=0 whole_archive=