diff --git a/common.py b/common.py index f88b65ffa0..b3ee7c5547 100644 --- a/common.py +++ b/common.py @@ -67,7 +67,7 @@ def get_meson(): continue if os.path.exists (comp): mesondir = os.path.dirname(comp) - if mesonintrospect.endswith('.py'): + if mesonintrospect.endswith('.py') or mesonintrospect.endswith('.py introspect'): meson = os.path.join(mesondir, 'meson.py') else: meson = os.path.join(mesondir, 'meson')