16 lines
732 B
Diff
16 lines
732 B
Diff
diff -Naur Python-3.5.0-orig/setup.py Python-3.5.0/setup.py
|
|
--- Python-3.5.0-orig/setup.py 2015-09-21 13:42:15.605821600 +0300
|
|
+++ Python-3.5.0/setup.py 2015-09-21 13:42:17.110512000 +0300
|
|
@@ -474,10 +474,10 @@
|
|
if not cross_compiling:
|
|
add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib')
|
|
add_dir_to_list(self.compiler.include_dirs, '/usr/local/include')
|
|
+ self.add_multiarch_paths()
|
|
# only change this for cross builds for 3.3, issues on Mageia
|
|
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.
|