aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-03-05 00:03:34 +0200
committerGitHub <noreply@github.com>2018-03-05 00:03:34 +0200
commit0744601fda65c2cd3e02c6705533493ed7b4e501 (patch)
tree5dcbc8401a2ef94c723fce46c0d2e1899ed42adf /mesonbuild/compilers/cpp.py
parent80b101d5f376835e3f31604797e98a5a9f3b2fd3 (diff)
parent390333a18dfa1d8ec8fefe25f638902700ddb82e (diff)
downloadmeson-0744601fda65c2cd3e02c6705533493ed7b4e501.zip
meson-0744601fda65c2cd3e02c6705533493ed7b4e501.tar.gz
meson-0744601fda65c2cd3e02c6705533493ed7b4e501.tar.bz2
Merge pull request #3171 from jon-turney/flake8
Fix flake8 issues
Diffstat (limited to 'mesonbuild/compilers/cpp.py')
-rw-r--r--mesonbuild/compilers/cpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/compilers/cpp.py b/mesonbuild/compilers/cpp.py
index c10f38e..1fa6f15 100644
--- a/mesonbuild/compilers/cpp.py
+++ b/mesonbuild/compilers/cpp.py
@@ -112,7 +112,7 @@ class GnuCPPCompiler(GnuCompiler, CPPCompiler):
if self.gcc_type == GCC_MINGW:
opts.update({
'cpp_winlibs': coredata.UserArrayOption('cpp_winlibs', 'Standard Win libraries to link against',
- gnu_winlibs), })
+ gnu_winlibs), })
return opts
def get_option_compile_args(self, options):