Skip to content

Commit

Permalink
arc -> arch
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Apr 9, 2022
1 parent fe834b9 commit 005b8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def run(self):
osver = '.'.join(osver.split('.')[:2])
if arch == 'x64':
plat_name ='macosx_%s_x86_64' % osver.replace('.', '_')
elif arc == 'arm64':
elif arch == 'arm64':
plat_name ='macosx_%s_arm64' % osver.replace('.', '_')
else:
raise Exception(f"idk how os {distos} {osver} works. what goes here?")
Expand Down

0 comments on commit 005b8e3

Please sign in to comment.