libretro-fsuae: Fix compilation with gcc10

This commit is contained in:
Jernej Skrabec 2020-06-29 21:43:22 +02:00
parent d0f7212638
commit aaf723815f

View File

@ -24,6 +24,8 @@ fi
pre_configure_target() {
cd $PKG_BUILD
rm -rf .$TARGET_NAME
# check if this flag is still needed when this package is updated
export CFLAGS="$CFLAGS -fcommon"
export ac_cv_func_realloc_0_nonnull=yes
}