mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
12 lines
583 B
Diff
12 lines
583 B
Diff
|
--- ./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:
|