fix one more missing explicit "setup" subcommand
This commit is contained in:
parent
cfc1abcfaf
commit
3e7c08f358
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue