diff options
Diffstat (limited to 'source/d/python3/python3.setup.py.x86_64.diff')
-rw-r--r-- | source/d/python3/python3.setup.py.x86_64.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/d/python3/python3.setup.py.x86_64.diff b/source/d/python3/python3.setup.py.x86_64.diff new file mode 100644 index 000000000..a7dd2a3b4 --- /dev/null +++ b/source/d/python3/python3.setup.py.x86_64.diff @@ -0,0 +1,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: |