1diff --git a/setup.py b/setup.py
2index 7625074..b3aa2fc 100644
3--- a/setup.py
4+++ b/setup.py
5@@ -249,7 +249,7 @@ class inc_lib_dirs:
6 aDir(L, os.path.join("/usr/lib", "python%s" % sys.version[:3], "config"))
7 elif platform == "darwin":
8 machine = sysconfig_platform.split('-')[-1]
9- if machine=='arm64' or os.environ.get('ARCHFLAGS','')=='-arch arm64':
10+ if False and machine=='arm64' or os.environ.get('ARCHFLAGS','')=='-arch arm64':
11 #print('!!!!! detected darwin arm64 build')
12 #probably an M1
13 target = pjoin(