summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mesonbuild/mdist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/mdist.py b/mesonbuild/mdist.py
index 073e276c4..c61f0ef60 100644
--- a/mesonbuild/mdist.py
+++ b/mesonbuild/mdist.py
@@ -265,6 +265,7 @@ def check_dist(packagename, meson_command, extra_meson_args, bld_root, privdir):
unpacked_files = glob(os.path.join(unpackdir, '*'))
assert len(unpacked_files) == 1
unpacked_src_dir = unpacked_files[0]
+ meson_command += ['setup']
meson_command += create_cmdline_args(bld_root)
meson_command += extra_meson_args