Skip to content

Commit

Permalink
update mk-win-dist-cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Feb 3, 2024
1 parent 14fb235 commit bd082ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mk_win_dist_cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit bd082ab

Please sign in to comment.