diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-09-28 17:32:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-28 17:32:44 +0300 |
| commit | fa47d8dab048f8880091f24b77eb192b82a35e9e (patch) | |
| tree | 764b54a18eb49003e334fe2fbb7fc0b4025d6bac /mesonbuild/compilers/__init__.py | |
| parent | 5fa0fd3b473f792bd7333cf6ae6e2f4c851b6108 (diff) | |
| parent | 32dbdff3b2d37d1ec7ef976c0b4f30d1d0472e70 (diff) | |
| download | meson-fa47d8dab048f8880091f24b77eb192b82a35e9e.tar.gz | |
Merge pull request #9014 from bonzini/mixed-language-link
Use appropriate compiler for the source file for "links" tests with file argument
Diffstat (limited to 'mesonbuild/compilers/__init__.py')
| -rw-r--r-- | mesonbuild/compilers/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/compilers/__init__.py b/mesonbuild/compilers/__init__.py index 98b0b5f27..807a0097e 100644 --- a/mesonbuild/compilers/__init__.py +++ b/mesonbuild/compilers/__init__.py @@ -35,6 +35,7 @@ __all__ = [ 'lang_suffixes', 'LANGUAGES_USING_LDFLAGS', 'sort_clink', + 'SUFFIX_TO_LANG', 'compiler_from_language', 'detect_compiler_for', @@ -150,6 +151,7 @@ from .compilers import ( lang_suffixes, LANGUAGES_USING_LDFLAGS, sort_clink, + SUFFIX_TO_LANG, ) from .detect import ( compiler_from_language, |
