Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: 5.14.2
-
Fix Version/s: 5.15.1
-
Component/s: Build System
-
Labels:None
-
Environment:VoidLinux distribution: provides crossbuild support from x86_64 to aarch64 and others.
-
Platform/s:
-
Commits:a6d206f4aa3a583304b88fad80dd341bccb45975 (pyside/pyside-setup/5.14)
Description
- LIB_INSTALL_DIR must be set as a relative path.
If not, side-effect on shiboken2/CMakeList.txt: LIB_INSTALL_DIR is redefined,
so generated Shiboken2Targets.cmake contains absolute paths that are wrong for crossbuild.
- bin/shiboken2 localization must be absolute for crossbuild.