There was an error while loading. Please reload this page.
1 parent fe834b9 commit 005b8e3Copy full SHA for 005b8e3
1 file changed
src/api/python/setup.py
@@ -281,7 +281,7 @@ def run(self):
281
osver = '.'.join(osver.split('.')[:2])
282
if arch == 'x64':
283
plat_name ='macosx_%s_x86_64' % osver.replace('.', '_')
284
- elif arc == 'arm64':
+ elif arch == 'arm64':
285
plat_name ='macosx_%s_arm64' % osver.replace('.', '_')
286
else:
287
raise Exception(f"idk how os {distos} {osver} works. what goes here?")
0 commit comments