mirror of
https://github.com/Z3Prover/z3
synced 2025-04-20 23:56:37 +00:00
parent
a39efbb008
commit
e7ff6009a0
|
@ -303,6 +303,7 @@ class bdist_wheel(_bdist_wheel):
|
|||
# linux tags cannot be deployed - they must be auditwheel'd to pick the right compatibility tag based on imported libc symbol versions
|
||||
("linux", "x86_64"): "linux_x86_64",
|
||||
("linux", "aarch64"): "linux_aarch64",
|
||||
('linux', "riscv64"): "linux_riscv64",
|
||||
# windows arm64 is not supported by pypi yet
|
||||
("win", "x64"): "win_amd64",
|
||||
("win", "x86"): "win32",
|
||||
|
|
Loading…
Reference in a new issue