mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
Windows build fix.
This commit is contained in:
parent
b9bfd4ddf5
commit
43d083bafb
|
@ -241,8 +241,8 @@ def mk_zip(x64):
|
|||
|
||||
# Create a zip file for each platform
|
||||
def mk_zips():
|
||||
mk_zip_core(False)
|
||||
mk_zip_core(True)
|
||||
mk_zip(False)
|
||||
mk_zip(True)
|
||||
|
||||
|
||||
VS_RUNTIME_PATS = [re.compile('vcomp.*\.dll'),
|
||||
|
|
Loading…
Reference in a new issue