summaryrefslogtreecommitdiffstats
path: root/lang/python3/patches/006-remove-debian-multiarch-support.patch
blob: 52d52b94e88b1175d40f30211c1244d7ec4e70d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/setup.py b/setup.py
index 7868b7b..9ae0ef2 100644
--- a/setup.py
+++ b/setup.py
@@ -444,7 +444,6 @@ class PyBuildExt(build_ext):
             add_dir_to_list(self.compiler.include_dirs, '/usr/local/include')
         if cross_compiling:
             self.add_gcc_paths()
-        self.add_multiarch_paths()
 
         # Add paths specified in the environment variables LDFLAGS and
         # CPPFLAGS for header and library files.