mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
build fix
This commit is contained in:
parent
5f449b5c0d
commit
7fd931d480
|
@ -110,7 +110,7 @@ def mk_build_dir(path):
|
|||
opts.append('--java')
|
||||
if GIT_HASH:
|
||||
opts.append('--githash=%s' % mk_util.git_hash())
|
||||
opts.append('--git-describe'))
|
||||
opts.append('--git-describe')
|
||||
if subprocess.call(opts) != 0:
|
||||
raise MKException("Failed to generate build directory at '%s'" % path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue