Skip to content

Commit 620efbb

Browse files
add aacrhc
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent aad8cbd commit 620efbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def run(self):
297297
elif distos == 'glibc':
298298
if arch == 'x64':
299299
plat_name = 'manylinux2014_x86_64'
300-
elif arch == 'arm64':
300+
elif arch == 'arm64' or arch == 'aarch64':
301301
# context on why are we match on arm64
302302
# but use aarch64 on the plat_name is
303303
# due to a workaround current python

0 commit comments

Comments
 (0)