mirror of
https://github.com/Z3Prover/z3
synced 2026-07-15 03:25:43 +00:00
put tag back in
This commit is contained in:
parent
24bde17501
commit
febe471ea4
1 changed files with 2 additions and 2 deletions
|
|
@ -343,10 +343,10 @@ class bdist_wheel(_bdist_wheel):
|
|||
("osx", "arm64"): f"macosx_{os_version_tag}_arm64",
|
||||
("darwin", "x86_64"): f"macosx_{os_version_tag}_x86_64",
|
||||
("darwin", "x64"): f"macosx_{os_version_tag}_x86_64",
|
||||
("darwin", "arm64"): f"macosx_{os_version_0}_arm64",
|
||||
("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", "arm64"): f"macosx_{os_version_0}_arm64",
|
||||
("sequoia", "arm64"): f"macosx_{os_version_tag}_arm64",
|
||||
("emscripten", "wasm32"): f"emscripten_{os_version_tag}_wasm32",
|
||||
} # type: dict[tuple[str, str], str]
|
||||
self.plat_name = TAGS[(BUILD_PLATFORM, BUILD_ARCH)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue