Cross-Platform build scripts for audio plugins
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.

16 lines
693B

  1. diff -Naur Python-3.8.0-orig/setup.py Python-3.8.0/setup.py
  2. --- Python-3.8.0-orig/setup.py 2019-10-22 10:03:08.498167800 +0300
  3. +++ Python-3.8.0/setup.py 2019-10-22 10:03:12.382574600 +0300
  4. @@ -654,10 +654,10 @@
  5. if not CROSS_COMPILING:
  6. add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib')
  7. add_dir_to_list(self.compiler.include_dirs, '/usr/local/include')
  8. + self.add_multiarch_paths()
  9. # only change this for cross builds for 3.3, issues on Mageia
  10. if CROSS_COMPILING:
  11. self.add_cross_compiling_paths()
  12. - self.add_multiarch_paths()
  13. self.add_ldflags_cppflags()
  14. def init_inc_lib_dirs(self):