mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 02:23:11 +02:00
python3-pyside6: fix arm32 musl build
This commit is contained in:
parent
623b70662d
commit
5c87985095
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ esac
|
|||
export LLVM_INSTALL_DIR=${XBPS_CROSS_BASE}/usr
|
||||
export PYTHONPATH=$PYTHONPATH:${XBPS_BUILDDIR}/${pkgname}-${version}/build/sources
|
||||
|
||||
CXXFLAGS="-D_LARGEFILE64_SOURCE"
|
||||
|
||||
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
|
||||
build_options_default+=" webengine"
|
||||
subpackages+=" python3-pyside6-webengine"
|
||||
|
|
Loading…
Add table
Reference in a new issue