We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41a857 commit f72186cCopy full SHA for f72186c
1 file changed
packages/conan/recipes/pyside/patches/libpython_in_lib64.diff
@@ -1,11 +1,13 @@
1
--- a/build_scripts/build_info_collector.py
2
+++ b/build_scripts/build_info_collector.py
3
-@@ -65,7 +65,7 @@
+@@ -65,8 +65,8 @@
4
py_include_dir):
5
"""Helper for finding the Python library on UNIX"""
6
if py_libdir is None or not Path(py_libdir).exists():
7
- py_libdir = Path(py_prefix) / "lib"
8
+- if py_include_dir is None or not Path(py_include_dir).exists():
9
+ py_libdir = Path(py_prefix) / "lib64"
- if py_include_dir is None or not Path(py_include_dir).exists():
10
++ if True or py_include_dir is None or not Path(py_include_dir).exists():
11
directory = f"include/python{py_version}"
12
py_include_dir = Path(py_prefix) / directory
13
+ lib_exts = ['.so']
0 commit comments