qemu: fix cross build: don't redefine PKG_CONFIG, it's already set.
This commit is contained in:
parent
8ddf256957
commit
0dd0f762e1
|
@ -36,7 +36,6 @@ do_configure() {
|
|||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
args+=" --cross-prefix=${XBPS_CROSS_TRIPLET}-"
|
||||
export PKG_CONFIG=pkg-config
|
||||
export LIBTOOL=libtool
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue