mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
icecat: use proper host triplet for cross
[ci skip]
This commit is contained in:
parent
4d9dece8b3
commit
96a344be8d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue