pyqt5: Align variable use with other packages

`PYTHONPATH` is not used elsewhere in `build.sh`s.

%ci:no-build
This commit is contained in:
termux-pacman-bot
2023-01-17 07:32:11 +00:00
parent e17e1eb7f5
commit 6d9f1c8a86

View File

@@ -46,7 +46,7 @@ termux_step_pre_configure() {
chmod 0700 ${_bindir}/${_cxx}
export PATH=${_bindir}:$PATH
TERMUX_PKG_EXTRA_MAKE_ARGS+=" --target-dir=$PYTHONPATH"
TERMUX_PKG_EXTRA_MAKE_ARGS+=" --target-dir=$TERMUX_PREFIX/lib/python${TERMUX_PYTHON_VERSION}/site-packages"
}
termux_step_make() {