SHA256
3
0
forked from pool/meson
Alexei Sorokin 2018-12-16 22:33:41 +00:00 committed by Git OBS Bridge
parent be391a380c
commit 36e1899036

View File

@ -1,5 +1,5 @@
--- a/mesonbuild/minit.py --- a/mesonbuild/compilers/cpp.py
+++ b/mesonbuild/minit.py +++ b/mesonbuild/compilers/cpp.py
@@ -140,8 +140,8 @@ class ClangCPPCompiler(ClangCompiler, CP @@ -140,8 +140,8 @@ class ClangCPPCompiler(ClangCompiler, CP
def get_options(self): def get_options(self):
opts = CPPCompiler.get_options(self) opts = CPPCompiler.get_options(self)