mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
a8f270eb25
Compiling externally provided C files using CXXFLAGS makes build fail when specifying -ansi because files are not ANSI C compliant. configure script don't provide a CFLAGS variable so we just override using -std flag