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 75cfcb1 commit 12c79beCopy full SHA for 12c79be
scriptmodules/libretrocores/lr-dosbox.sh
@@ -31,6 +31,7 @@ function build_lr-dosbox() {
31
fi
32
33
make clean
34
+ [[ "$__gcc_version" -gt 10 ]] && CXXFLAGS="$CXXFLAGS -std=gnu++11"
35
make "${params[@]}"
36
md_ret_require="$md_build/dosbox_libretro.so"
37
}
0 commit comments