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