Clone from upstream with MinGW build script.

This commit is contained in:
Themaister 2013-08-26 18:27:36 +02:00
parent f08c8cc5c2
commit 5411646504

View File

@ -83,7 +83,7 @@ do_build()
BUILDTYPE="$3"
if [ ! -d "$RetroArch_DIR" ]; then
git clone git://github.com/Themaister/RetroArch.git "$RetroArch_DIR"
git clone git://github.com/libretro/RetroArch.git "$RetroArch_DIR"
cd "$RetroArch_DIR"
else
cd "$RetroArch_DIR"