Skip to content

Commit

Permalink
Don't forbid M1 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Nov 7, 2021
1 parent 6fe30cc commit 3bd0f51
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
from glob import glob
from setuptools import setup, Command, Extension

# Disable M1 builds until we can test.
if sys.platform == 'darwin':
os.environ['_PYTHON_HOST_PLATFORM'] = 'macosx-10.9-x86_64'
os.environ['ARCHFLAGS'] = '-arch x86_64'

# Defensive linker flags for Linux:
if sys.platform.startswith('linux'):
Expand Down

0 comments on commit 3bd0f51

Please sign in to comment.