mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
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