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