Skip to content

Commit

Permalink
We create universal binary on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed May 24, 2022
1 parent 06a761e commit f73088d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class bdist_wheel_tag_name(bdist_wheel):
def get_tag(self):
abi = 'none'
if system == 'Darwin':
oses = 'macosx_10_6_x86_64'
oses = 'macosx_10_6_universal'
elif system == 'Windows' and architecture == '32bit':
oses = 'win32'
elif system == 'Windows' and architecture == '64bit':
Expand Down

0 comments on commit f73088d

Please sign in to comment.