mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-24 04:30:24 +00:00
pyqt5: Align variable use with other packages
`PYTHONPATH` is not used elsewhere in `build.sh`s. %ci:no-build
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user