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

Windows build fix.

This commit is contained in:
Christoph M. Wintersteiger 2017-01-17 12:58:32 +00:00
parent 625681f82f
commit 0fae048e3e

View file

@ -316,7 +316,7 @@ def main():
mk_dist_dirs()
cp_licenses()
cp_vs_runtimes()
mk_zip()
mk_zips()
main()