16 lines
677 B
Diff
16 lines
677 B
Diff
diff -urN a/setup.py b/setup.py
|
|
--- a/setup.py 2014-10-11 14:22:12.606318500 +0100
|
|
+++ b/setup.py 2014-10-11 14:22:15.132463000 +0100
|
|
@@ -456,10 +456,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.
|