From a96676f96ae6011c26dd58567d993cebe4d9d6cf Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 21 Sep 2022 10:48:02 +0200 Subject: build system: Disable checking ICU libs for cross builds ldd is used to determine the location of the ICU libs, which does not work for cross builds. Fixes: PYSIDE-2060 Pick-to: 6.3 Change-Id: Idbf8c6e9239f4623b7c11c646a616ef44e8c3ecf Reviewed-by: Shyamnath Premnadh Reviewed-by: Christian Tismer --- build_scripts/utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build_scripts/utils.py') diff --git a/build_scripts/utils.py b/build_scripts/utils.py index 1316fdc8c..06a9cd1f2 100644 --- a/build_scripts/utils.py +++ b/build_scripts/utils.py @@ -912,6 +912,8 @@ def find_qt_core_library_glob(lib_dir): # ldd for the specified platforms. # This has less priority because ICU libs are not used in the default # Qt configuration build. +# Note: Uses ldd to query shared library dependencies and thus does not +# work for cross builds. def copy_icu_libs(patchelf, destination_lib_dir): """ Copy ICU libraries that QtCore depends on, -- cgit v1.2.3