libvpx: make this build again.
This commit is contained in:
parent
78b370415b
commit
b401c0b967
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ long_desc="
|
||||||
based on the Matroska container."
|
based on the Matroska container."
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
export LD="$CC"
|
export LD="$CC" AS=
|
||||||
|
|
||||||
if [ "$XBPS_CROSS_BUILD" ]; then
|
if [ "$XBPS_CROSS_BUILD" ]; then
|
||||||
sed -e "s,generic-gnu,$XBPS_CROSS_TRIPLET," -i configure
|
sed -e "s,generic-gnu,$XBPS_CROSS_TRIPLET," -i configure
|
||||||
_cross="--target=$XBPS_CROSS_TRIPLET"
|
_cross="--target=$XBPS_CROSS_TRIPLET"
|
||||||
|
|
Loading…
Add table
Reference in a new issue