Skip to content

Commit e3e1d6e

Browse files
committed
mame - disable distcc
Mame doesn't work with distcc - add the nodistcc flag.
1 parent c3d5ad2 commit e3e1d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/mame.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rp_module_help="ROM Extensions: .zip .7z\n\nCopy your MAME roms to either $romdi
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/mamedev/mame/master/COPYING"
1616
rp_module_repo="git https://github.com/mamedev/mame.git :_get_branch_mame"
1717
rp_module_section="exp"
18-
rp_module_flags="!mali !armv6 !:\$__gcc_version:-lt:7"
18+
rp_module_flags="!mali !armv6 !:\$__gcc_version:-lt:7 nodistcc"
1919

2020
function _get_branch_mame() {
2121
# starting with 0.265, GCC 10.3 or later is required for full C++17 support

0 commit comments

Comments
 (0)