qt: do not error out in cross builds, simply ignore builds.
This commit is contained in:
@@ -13,7 +13,8 @@ distfiles="http://download.qt-project.org/official_releases/qt/4.8/${version}/${
|
|||||||
checksum=8b14dd91b52862e09b8e6a963507b74bc2580787d171feda197badfa7034032c
|
checksum=8b14dd91b52862e09b8e6a963507b74bc2580787d171feda197badfa7034032c
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
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
|
fi
|
||||||
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|||||||
Reference in New Issue
Block a user