You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
389 B

  1. --- a/setup.py
  2. +++ b/setup.py
  3. @@ -734,7 +734,8 @@ 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. + else:
  9. + self.add_multiarch_paths()
  10. self.add_ldflags_cppflags()
  11. def init_inc_lib_dirs(self):