From 6eb981e0c03b2ff0f6af65688be9eeb0a9358226 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 28 Sep 2020 13:59:44 -0700 Subject: compilers/gnu: Don't pretend to inherit CLike We don't need it anymore, and it would be problematic for the D compilers. --- mesonbuild/compilers/mixins/gnu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/compilers/mixins/gnu.py b/mesonbuild/compilers/mixins/gnu.py index 9c60fcb..41afadd 100644 --- a/mesonbuild/compilers/mixins/gnu.py +++ b/mesonbuild/compilers/mixins/gnu.py @@ -27,7 +27,7 @@ from ... import mlog if T.TYPE_CHECKING: from ...environment import Environment - from .clike import CLikeCompiler as Compiler + from ..compilers import Compiler else: # This is a bit clever, for mypy we pretend that these mixins descend from # Compiler, so we get all of the methods and attributes defined for us, but -- cgit v1.1