From c3c54aeabaa84c18957e44389859f505404ca877 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Fri, 3 Apr 2020 22:06:38 -0400 Subject: [PATCH] Fix fetch of Play! core --- rules.d/core-rules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.d/core-rules.sh b/rules.d/core-rules.sh index 5d214c01..69bc4a62 100644 --- a/rules.d/core-rules.sh +++ b/rules.d/core-rules.sh @@ -969,7 +969,7 @@ libretro_play_name="Play!" libretro_play_git_url="https://github.com/libretro/Play-.git" libretro_play_git_submodules="yes" libretro_play_build_opengl="yes" -libretro_play_post_fetch_cmd="cd .. && git clone https://github.com/jpd002/Play-Build.git Play_tmp && cd Play_tmp && git submodule update -q --init --recursive && git submodule foreach \"git checkout -q master\" && cd Dependencies && git submodule update --init && cd ../.. && rm -rf Play_tmp/Play && mv libretro-play/ Play_tmp/Play && mv Play_tmp libretro-play" +libretro_play_post_fetch_cmd="cd .. && git clone https://github.com/jpd002/Play-.git Play_tmp && cd Play_tmp && git submodule update -q --init --recursive && git submodule foreach \"git checkout -q master\" && cd Dependencies && git submodule update --init && cd ../.. && rm -rf Play_tmp/Play && mv libretro-play/ Play_tmp/Play && mv Play_tmp libretro-play" libretro_play_subdir="libretro-play/Play/build_retro" include_core_prosystem() {