mirror of
https://github.com/libretro/libretro-super
synced 2025-01-05 21:54:33 +00:00
add mgba for windows, fix a few issues witht he recipe script
This commit is contained in:
parent
9731e65a3f
commit
614008b20c
@ -572,7 +572,7 @@ while read line; do
|
||||
BUILD="YES"
|
||||
fi
|
||||
|
||||
cd ..
|
||||
cd $WORK
|
||||
else
|
||||
echo "cloning repo..."
|
||||
git clone --depth=1 "$URL" "$DIR"
|
||||
@ -589,14 +589,14 @@ while read line; do
|
||||
else
|
||||
BUILD="YES"
|
||||
fi
|
||||
cd ..
|
||||
cd $WORK
|
||||
|
||||
else
|
||||
echo "cloning repo..."
|
||||
git clone "$URL" "$DIR"
|
||||
cd $DIR
|
||||
git checkout $TYPE
|
||||
cd ..
|
||||
cd $WORK
|
||||
BUILD="YES"
|
||||
fi
|
||||
|
||||
@ -612,7 +612,7 @@ while read line; do
|
||||
BUILD="YES"
|
||||
fi
|
||||
OUT=`git submodule foreach git pull origin master`
|
||||
cd ..
|
||||
cd $WORK
|
||||
else
|
||||
echo "cloning repo..."
|
||||
git clone --depth=1 "$URL" "$DIR"
|
||||
@ -620,7 +620,7 @@ while read line; do
|
||||
git submodule update --init
|
||||
BUILD="YES"
|
||||
fi
|
||||
cd ..
|
||||
cd $WORK
|
||||
fi
|
||||
|
||||
if [ "${BUILD}" = "YES" -o "${FORCE}" = "YES" ]; then
|
||||
@ -656,7 +656,7 @@ while read line; do
|
||||
done < $1
|
||||
|
||||
echo "BUILDBOT JOB: $jobid Building Retroarch"
|
||||
echo
|
||||
echo
|
||||
cd $WORK
|
||||
BUILD=""
|
||||
|
||||
|
@ -59,4 +59,5 @@ vecx libretro-vecx https://github.com/libretro/libretro-vecx.git PROJECT YES GE
|
||||
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git PROJECT YES GENERIC Makefile .
|
||||
yabause libretro-yabause https://github.com/libretro/yabause.git PROJECT YES GENERIC Makefile libretro
|
||||
imageviewer libretro-imageviewer https://github.com/libretro/imageviewer-libretro.git PROJECT YES GENERIC Makefile.libretro .
|
||||
mgba libretro-mgba https://github.com/libretro/mgba.git PROJECT YES GENERIC Makefile.libretro .
|
||||
|
||||
|
@ -48,4 +48,5 @@ vecx libretro-vecx https://github.com/libretro/libretro-vecx.git PROJECT YES GE
|
||||
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git PROJECT YES GENERIC Makefile .
|
||||
yabause libretro-yabause https://github.com/libretro/yabause.git PROJECT YES GENERIC Makefile libretro
|
||||
imageviewer libretro-imageviewer https://github.com/libretro/imageviewer-libretro.git PROJECT YES GENERIC Makefile.libretro .
|
||||
mgba libretro-mgba https://github.com/libretro/mgba.git PROJECT YES GENERIC Makefile.libretro .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user