mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Windows build fix
This commit is contained in:
parent
9175cf195d
commit
d9beb9e15a
|
@ -189,7 +189,7 @@ def mk_dist_dir():
|
|||
def get_dist_path(x64):
|
||||
return get_z3_name(x64)
|
||||
|
||||
def mk_zip(x64):
|
||||
def mk_zip_core(x64):
|
||||
dist_path = get_dist_path(x64)
|
||||
old = os.getcwd()
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue