mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
fix typo in arch for setup.py
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4cefc513eb
commit
8c39863019
|
@ -268,7 +268,7 @@ class bdist_wheel(_bdist_wheel):
|
|||
("darwin", "arm64"): f"macosx_{os_version_tag}_arm64",
|
||||
("sequoia", "x64"): f"macosx_{os_version_tag}_x86_64",
|
||||
("sequoia", "x86_64"): f"macosx_{os_version_tag}_x86_64",
|
||||
("sequoia", "xarm64"): f"macosx_{os_version_tag}_arm64",
|
||||
("sequoia", "arm64"): f"macosx_{os_version_tag}_arm64",
|
||||
} # type: dict[tuple[str, str], str]
|
||||
self.plat_name = TAGS[(BUILD_PLATFORM, BUILD_ARCH)]
|
||||
return super().finalize_options()
|
||||
|
|
Loading…
Reference in a new issue