mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
fix dist-cores.sh again
This commit is contained in:
parent
cd14455a51
commit
64fd8e75d5
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ fi
|
|||
COUNTER=0
|
||||
|
||||
#for f in *_${platform}.${EXT} ; do
|
||||
for f in `ls -v *_${platform}.${EXT}`; do echo $i; done;
|
||||
for f in `ls -v *_${platform}.${EXT}`; do
|
||||
name=`echo "$f" | sed "s/\(_libretro_${platform}\|\).${EXT}$//"`
|
||||
lto=0
|
||||
whole_archive=
|
||||
|
|
Loading…
Add table
Reference in a new issue