vte: unbreak cross: use XBPS_WRAPPERDIR.
This commit is contained in:
parent
397157f061
commit
2e38798e33
|
@ -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…
Reference in New Issue