mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 13:28:49 +00:00
Clone from upstream with MinGW build script.
This commit is contained in:
parent
f08c8cc5c2
commit
5411646504
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user