python3: fixed submodule build at least for x86
[openadk.git] / package / python3 / patches / patch-setup_py
blob90acd7eea7aa21bf3de5c904eb205075793e3945
1 --- Python-3.8.2.orig/setup.py  2020-02-24 22:36:25.000000000 +0100
2 +++ Python-3.8.2/setup.py       2020-04-15 22:28:11.208150620 +0200
3 @@ -654,7 +654,7 @@ class PyBuildExt(build_ext):
4          # only change this for cross builds for 3.3, issues on Mageia
5          if CROSS_COMPILING:
6              self.add_cross_compiling_paths()
7 -        self.add_multiarch_paths()
8 +#        self.add_multiarch_paths()
9          self.add_ldflags_cppflags()
11      def init_inc_lib_dirs(self):