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

update mk-win-dist-cmake

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-02-02 16:33:27 -08:00
parent 14fb235dd8
commit bd082ab653

View file

@ -196,7 +196,7 @@ def mk_build_dir(arch):
if not check_build_dir(build_path) or FORCE_MK:
mk_dir(build_path)
if arch == "arm64":
arch = "amd64_arm64"
arch = "x64_arm64"
cmds = []
cmds.append(f"cd {build_path}")