mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
qemu: fix cross build: don't redefine PKG_CONFIG, it's already set.
This commit is contained in:
parent
8ddf256957
commit
0dd0f762e1
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ do_configure() {
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
args+=" --cross-prefix=${XBPS_CROSS_TRIPLET}-"
|
args+=" --cross-prefix=${XBPS_CROSS_TRIPLET}-"
|
||||||
export PKG_CONFIG=pkg-config
|
|
||||||
export LIBTOOL=libtool
|
export LIBTOOL=libtool
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue