3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

Windows build fix

This commit is contained in:
Christoph M. Wintersteiger 2015-11-20 09:57:05 +01:00
parent 9175cf195d
commit d9beb9e15a

View file

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