mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
set options and change VS for nightly
This commit is contained in:
parent
4991c6c2c6
commit
85f0084e9c
2 changed files with 4 additions and 4 deletions
|
@ -216,8 +216,8 @@ def mk_dist_dir(x64):
|
|||
mk_dir(dist_path)
|
||||
mk_win_dist(build_path, dist_path)
|
||||
if is_verbose():
|
||||
print("Generated %s distribution folder at '%s'" % (platform, dist_path))
|
||||
|
||||
print(f"Generated {platform} distribution folder at '{dist_path}'")
|
||||
|
||||
def mk_dist_dirs():
|
||||
mk_dist_dir(False)
|
||||
mk_dist_dir(True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue