mupen64plus: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:36 +02:00
parent 5ce252ddef
commit ea4c43c173
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ distfiles="https://github.com/mupen64plus/mupen64plus-core/releases/download/${v
checksum=9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66
archs="i686* x86_64*"
CFLAGS="-fcommon"
do_build() {
sh m64p_build.sh
}