Skip to content

Commit 005b8e3

Browse files
arc -> arch
1 parent fe834b9 commit 005b8e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def run(self):
281281
osver = '.'.join(osver.split('.')[:2])
282282
if arch == 'x64':
283283
plat_name ='macosx_%s_x86_64' % osver.replace('.', '_')
284-
elif arc == 'arm64':
284+
elif arch == 'arm64':
285285
plat_name ='macosx_%s_arm64' % osver.replace('.', '_')
286286
else:
287287
raise Exception(f"idk how os {distos} {osver} works. what goes here?")

0 commit comments

Comments
 (0)