X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/blobdiff_plain/a0161a8d8b6400df65874dffb9d44b6e99ab6a53..72f69cdc35d351db485f2021d9a98d4101e88bc8:/packages/python/build.sh diff --git a/packages/python/build.sh b/packages/python/build.sh index a28bc01f..c597d38f 100644 --- a/packages/python/build.sh +++ b/packages/python/build.sh @@ -77,8 +77,7 @@ termux_step_post_massage () { # Verify that desired modules have been included: for module in _ssl _bz2 zlib _curses _sqlite3 _lzma; do if [ ! -f lib/python${_MAJOR_VERSION}/lib-dynload/${module}.*.so ]; then - echo "ERROR: Python module library $module not built" - exit 1 + termux_error_exit "Python module library $module not built" fi done