mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
qutebrowser: add PYTHONPATH when building
This commit is contained in:
@@ -48,6 +48,9 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
python=$portPackageLinksDir/cmd~python$PYTHON_VERSION/bin/python$PYTHON_VERSION
|
||||
pythonVersion=$($python --version 2>&1 | sed 's/Python //' | head -c4)
|
||||
installLocation=$prefix/lib/python$pythonVersion/vendor-packages/
|
||||
export PYTHONPATH=$installLocation:$PYTHONPATH
|
||||
make -f misc/Makefile PYTHON=python$PYTHON_VERSION all
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user