Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython committed Sep 28, 2024
1 parent 93fe755 commit d1707a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/termux_step_get_dependencies_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ termux_step_get_dependencies_python() {
# adding and setting values ​​to work properly with python modules
export PYTHONPATH=$TERMUX_PYTHON_HOME/site-packages
if [ "$TERMUX_ON_DEVICE_BUILD" = "false" ]; then
export PYTHONPATH+=":$TERMUX_PYTHON_CROSSENV_PREFIX/build/lib/python${TERMUX_PYTHON_VERSION}/site-packages"
export PYTHONPATH_MAINHOST="$PYTHONPATH:$TERMUX_PYTHON_CROSSENV_PREFIX/build/lib/python${TERMUX_PYTHON_VERSION}/site-packages"
fi
export PYTHON_SITE_PKG=$PYTHONPATH
fi
Expand Down

0 comments on commit d1707a7

Please sign in to comment.