X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/206d821d87d728fae5f54ffb3d47c7f29ae65988..6ebd8dafa555cb139b4b976c8a02e7cf26451a62:/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