mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
adapt paths to new distribution
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f7ed4adfbb
commit
9bd8e35581
2 changed files with 11 additions and 4 deletions
|
@ -369,9 +369,9 @@ def cp_dotnet(arch):
|
|||
if is_verbose():
|
||||
print("copy dotnet")
|
||||
build_dir = get_build_dir(arch)
|
||||
dist_dir = get_build_dist_path(arch)
|
||||
dist_dir = get_bin_dist_path(arch)
|
||||
shutil.copytree(os.path.join(build_dir, "Microsoft.Z3"),
|
||||
os.path.join(dist_dir, "Microsoft.Z3"),
|
||||
dist_dir,
|
||||
dirs_exist_ok=True)
|
||||
|
||||
def cp_pdb(arch):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue