mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
python-gobject2: unbreak cross: use XBPS_WRAPPERDIR.
This commit is contained in:
parent
0f25a7729f
commit
397157f061
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pre_configure() {
|
|||
NOCONFIGURE=1 autoreconf -fi
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# Fix path to the python-config wrapper.
|
||||
sed -e "s,^PYTHON_CONFIG=.*,PYTHON_CONFIG=${wrksrc}/.xbps/bin/python-config,g" -i configure
|
||||
sed -e "s,^PYTHON_CONFIG=.*,PYTHON_CONFIG=${XBPS_WRAPPERDIR}/python-config,g" -i configure
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue