From 96a344be8d0a99d109457b055048c72d41a2b96a Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 10 Feb 2019 19:09:31 +0100 Subject: [PATCH] icecat: use proper host triplet for cross [ci skip] --- srcpkgs/icecat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/icecat/template b/srcpkgs/icecat/template index ad4817a40d2..1687bac80eb 100644 --- a/srcpkgs/icecat/template +++ b/srcpkgs/icecat/template @@ -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