We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d5ad2 commit e3e1d6eCopy full SHA for e3e1d6e
scriptmodules/emulators/mame.sh
@@ -15,7 +15,7 @@ rp_module_help="ROM Extensions: .zip .7z\n\nCopy your MAME roms to either $romdi
15
rp_module_licence="GPL2 https://raw.githubusercontent.com/mamedev/mame/master/COPYING"
16
rp_module_repo="git https://github.com/mamedev/mame.git :_get_branch_mame"
17
rp_module_section="exp"
18
-rp_module_flags="!mali !armv6 !:\$__gcc_version:-lt:7"
+rp_module_flags="!mali !armv6 !:\$__gcc_version:-lt:7 nodistcc"
19
20
function _get_branch_mame() {
21
# starting with 0.265, GCC 10.3 or later is required for full C++17 support
0 commit comments