qt: do not error out in cross builds, simply ignore builds.

This commit is contained in:
Juan RP 2014-04-29 08:26:07 +02:00
parent 7b9ca79690
commit 956306922b

View file

@ -13,7 +13,8 @@ distfiles="http://download.qt-project.org/official_releases/qt/4.8/${version}/${
checksum=8b14dd91b52862e09b8e6a963507b74bc2580787d171feda197badfa7034032c
if [ "$CROSS_BUILD" ]; then
msg_error "${pkgname}-${version}: this package cannot be cross compiled right now.\n"
msg_red "${pkgname}-${version}: this package cannot be cross compiled right now.\n"
exit 0
fi
hostmakedepends="pkg-config"