From e1719c5d37c82233c27ae733ab9b1ecbb781a27f Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 30 Dec 2018 14:31:04 +0100 Subject: Load coredata --- mesonbuild/mintro.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mesonbuild') 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 = [] -- cgit v1.1