mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
khelpcenter: fix broken condition
This commit is contained in:
parent
37112bbb03
commit
898ed5054a
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ if [ "$CROSS_BUILD" ]; then
|
|||
-DXAPIAN_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include -DXAPIAN_FOUND=TRUE"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
|
||||
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then
|
||||
broken="Qt6 WebEngine"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue