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

build fix

This commit is contained in:
Christoph M. Wintersteiger 2017-01-16 14:08:21 +00:00
parent 340ba7780e
commit 24e4f19d76

View file

@ -315,7 +315,7 @@ def main():
init_project_def()
mk_dist_dirs()
cp_licenses()
cp_vs_runtime()
cp_vs_runtimes()
mk_zip()
main()