3
0
Fork 0
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:
Nikolaj Bjorner 2024-01-30 10:07:38 -08:00
parent f7ed4adfbb
commit 9bd8e35581
2 changed files with 11 additions and 4 deletions

View file

@ -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):