mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +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')
|
opts.append('--java')
|
||||||
if GIT_HASH:
|
if GIT_HASH:
|
||||||
opts.append('--githash=%s' % mk_util.git_hash())
|
opts.append('--githash=%s' % mk_util.git_hash())
|
||||||
opts.append('--git-describe'))
|
opts.append('--git-describe')
|
||||||
if subprocess.call(opts) != 0:
|
if subprocess.call(opts) != 0:
|
||||||
raise MKException("Failed to generate build directory at '%s'" % path)
|
raise MKException("Failed to generate build directory at '%s'" % path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue