icecat: use proper host triplet for cross
[ci skip]
This commit is contained in:
parent
4d9dece8b3
commit
96a344be8d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user