3
0
Fork 0
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:
Nikolaj Bjorner 2022-04-08 14:24:21 +02:00
parent cb6aba2315
commit 746a4161af
2 changed files with 7 additions and 2 deletions

View file

@ -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)