blob: a7dd2a3b453287f4094ead97f518abc4ac964548 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./setup.py.orig 2020-10-05 10:07:58.000000000 -0500
+++ ./setup.py 2020-10-24 17:35:07.299212991 -0500
@@ -744,7 +744,7 @@
# directories (i.e. '.' and 'Include') must be first. See issue
# 10520.
if not CROSS_COMPILING:
- add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib')
+ add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib64')
add_dir_to_list(self.compiler.include_dirs, '/usr/local/include')
# only change this for cross builds for 3.3, issues on Mageia
if CROSS_COMPILING:
|