icecat: use proper host triplet for cross

[ci skip]
This commit is contained in:
q66 2019-02-10 19:09:31 +01:00 committed by maxice8
parent 4d9dece8b3
commit 96a344be8d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ do_build() {
cp ${FILESDIR}/mozconfig .mozconfig
if [ "$CROSS_BUILD" ]; then
echo "ac_add_options --host=${XBPS_CROSS_TRIPLET}" >>.mozconfig
echo "ac_add_options --host=${XBPS_TRIPLET}" >>.mozconfig
echo "ac_add_options --target=${XBPS_CROSS_TRIPLET}" >>.mozconfig
else
echo "ac_add_options --host=${XBPS_TRIPLET}" >>.mozconfig