diff options
Diffstat (limited to 'mesonbuild/mintro.py')
-rw-r--r-- | mesonbuild/mintro.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mesonbuild/mintro.py b/mesonbuild/mintro.py index ce9d81e..caa6982 100644 --- a/mesonbuild/mintro.py +++ b/mesonbuild/mintro.py @@ -478,6 +478,10 @@ def run(options): 'meson version. Please regenerate it in this case.') return 1 + # Load build data to make sure that the version matches + # TODO Find a better solution for this + _ = cdata.load(options.builddir) + results = [] toextract = [] |