ykpers-gui: fix cross
This commit is contained in:
parent
c17c382089
commit
fd4c855728
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ homepage="https://developers.yubico.com/${_realname}/"
|
|||
distfiles="https://developers.yubico.com/${_realname}/Releases/${_realname}-${version}.tar.gz"
|
||||
checksum=98295f7ed7bda72e6f8f96351d69d41d55c09d9515f80b5efc7c722dd566482a
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
vbin build/release/${_realname} ykpers-gui
|
||||
|
|
Loading…
Reference in a new issue