Skip to content

Commit

Permalink
Temporarily work around libretro/mame2010-libretro#128
Browse files Browse the repository at this point in the history
  • Loading branch information
c0d3h4x0r committed Jul 7, 2019
1 parent 9a661b0 commit c4858f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scriptmodules/libretrocores/lr-mame2010.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ rp_module_licence="NONCOM https://raw.githubusercontent.com/libretro/mame2010-li
rp_module_section="opt"

function sources_lr-mame2010() {
gitPullOrClone "$md_build" https://github.com/libretro/mame2010-libretro.git
# Temporarily pin to c87309d to work around https://github.com/libretro/mame2010-libretro/issues/128
gitPullOrClone "$md_build" https://github.com/libretro/mame2010-libretro.git master c87309d
}

function build_lr-mame2010() {
Expand Down

0 comments on commit c4858f7

Please sign in to comment.