compilers: publicly export one more constant

It is imported from a subpackage in __init__ alongside a big list of
other things which are all exported. And elsewhere, this import is
re-imported by other code. It's pretty clearly an oversight that it
didn't get added to __all__
pull/9256/head
Eli Schwartz 3 years ago
parent c43bad2369
commit cbfdfca089
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 1
      mesonbuild/compilers/__init__.py

@ -33,6 +33,7 @@ __all__ = [
'is_source',
'is_known_suffix',
'lang_suffixes',
'LANGUAGES_USING_LDFLAGS',
'sort_clink',
'compiler_from_language',

Loading…
Cancel
Save