mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
dev-python/pyside: set shiboken-host-path for pyside build
I don't understand why this is now required, while it worked without before. But anyway, this fixes the problem. Closes: https://bugs.gentoo.org/966350 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
parent
a24bfdd796
commit
fa8af77196
@ -417,6 +417,7 @@ python_compile() {
|
||||
DISTUTILS_ARGS=(
|
||||
"${MAIN_DISTUTILS_ARGS[@]}"
|
||||
--reuse-build
|
||||
--shiboken-host-path=="${BUILD_DIR}/build$((${#DISTUTILS_WHEELS[@]}-1))/${pyside_build_dir}/install"
|
||||
--shiboken-target-path="${BUILD_DIR}/build$((${#DISTUTILS_WHEELS[@]}-1))/${pyside_build_dir}/install"
|
||||
--build-type=pyside6
|
||||
)
|
||||
|
||||
@ -417,6 +417,7 @@ python_compile() {
|
||||
DISTUTILS_ARGS=(
|
||||
"${MAIN_DISTUTILS_ARGS[@]}"
|
||||
--reuse-build
|
||||
--shiboken-host-path=="${BUILD_DIR}/build$((${#DISTUTILS_WHEELS[@]}-1))/${pyside_build_dir}/install"
|
||||
--shiboken-target-path="${BUILD_DIR}/build$((${#DISTUTILS_WHEELS[@]}-1))/${pyside_build_dir}/install"
|
||||
--build-type=pyside6
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user