mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
vte: unbreak cross: use XBPS_WRAPPERDIR.
This commit is contained in:
parent
397157f061
commit
2e38798e33
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
do_configure() {
|
do_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
ln -s ${wrksrc}/.xbps/bin/python-config ${wrksrc}
|
ln -s ${XBPS_WRAPPERDIR}/python-config ${wrksrc}
|
||||||
fi
|
fi
|
||||||
env PYTHON=python ./configure ${configure_args}
|
env PYTHON=python ./configure ${configure_args}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue