Alexei Sorokin 2017-03-17 14:21:59 +00:00 committed by Git OBS Bridge
parent 41f431fdb4
commit 81f051cf2b

View File

@ -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',