diff --git a/meson-fix-gcc48.patch b/meson-fix-gcc48.patch index ddae08e..09f387d 100644 --- a/meson-fix-gcc48.patch +++ b/meson-fix-gcc48.patch @@ -1,6 +1,6 @@ --- a/mesonbuild/compilers.py +++ b/mesonbuild/compilers.py -@@ -2403,13 +2403,18 @@ class GnuCPPCompiler(GnuCompiler, CPPCom +@@ -2403,9 +2403,13 @@ class GnuCPPCompiler(GnuCompiler, CPPCom '3': default_warn_args + ['-Wextra', '-Wpedantic']} def get_options(self): @@ -16,8 +16,3 @@ 'none'), 'cpp_debugstl': coredata.UserBooleanOption('cpp_debugstl', 'STL debug mode', - False)} -+ - if self.gcc_type == GCC_MINGW: - opts.update({ - 'cpp_winlibs': coredata.UserStringArrayOption('cpp_winlibs', 'Standard Win libraries to link against',