cmst: fix cross
This commit is contained in:
parent
e1b6eefe20
commit
0a246ec065
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ homepage="https://github.com/andrew-bibb/cmst"
|
||||||
distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c3d7ba9b3d06a3bdf8476224b7e30b4ea41005d719ae4f01897c188d56c716a1
|
checksum=c3d7ba9b3d06a3bdf8476224b7e30b4ea41005d719ae4f01897c188d56c716a1
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-host-tools qt5-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense text/LICENSE
|
vlicense text/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue