Skip to content

Commit f73088d

Browse files
committed
We create universal binary on OSX
1 parent 06a761e commit f73088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class bdist_wheel_tag_name(bdist_wheel):
2525
def get_tag(self):
2626
abi = 'none'
2727
if system == 'Darwin':
28-
oses = 'macosx_10_6_x86_64'
28+
oses = 'macosx_10_6_universal'
2929
elif system == 'Windows' and architecture == '32bit':
3030
oses = 'win32'
3131
elif system == 'Windows' and architecture == '64bit':

0 commit comments

Comments
 (0)