Skip to content

Commit afbf914

Browse files
authored
Merge pull request #3957 from joolswills/stella_gcc_8
lr-stella - fix building on GCC v8 (on buster)
2 parents 152793f + 07b2293 commit afbf914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/libretrocores/lr-stella.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ rp_module_repo="git https://github.com/stella-emu/stella.git master :_get_commit
1717
rp_module_section="exp"
1818

1919
function _get_commit_lr-stella() {
20-
# GCC 11 is required after fd35ce62
20+
# GCC 11 is required after 2d57f9e0
2121
if [[ "$__gcc_version" -lt 11 ]]; then
22-
echo "fd35ce62"
22+
echo "2d57f9e0"
2323
fi
2424
}
2525

0 commit comments

Comments
 (0)