fcitx5-qt: nocross if wordsize doesn't match
This commit is contained in:
parent
3317aa2746
commit
f90cb5bdba
@ -17,6 +17,10 @@ distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-${version}.t
|
|||||||
checksum=f054e482a1743080651ae34bfe156e150f628c4181210e03ac50d30a1cfff609
|
checksum=f054e482a1743080651ae34bfe156e150f628c4181210e03ac50d30a1cfff609
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
|
nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/46991/steps/shell_3/logs/stdio"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local _file
|
local _file
|
||||||
for _file in $(grep -rl 'SPDX-License-Identifier: BSD-3-Clause' qt5 qt6)
|
for _file in $(grep -rl 'SPDX-License-Identifier: BSD-3-Clause' qt5 qt6)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user