mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
more passing of parameters
This commit is contained in:
parent
cb6aba2315
commit
746a4161af
2 changed files with 7 additions and 2 deletions
|
@ -126,6 +126,8 @@ def mk_build_dir(path):
|
|||
opts.append('--git-describe')
|
||||
if PYTHON_ENABLED:
|
||||
opts.append('--python')
|
||||
if mk_util.IS_ARCH_ARM64:
|
||||
opts.append('--arm64=true')
|
||||
if subprocess.call(opts) != 0:
|
||||
raise MKException("Failed to generate build directory at '%s'" % path)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue