Index: build.sh ================================================================== --- build.sh +++ build.sh @@ -103,10 +103,11 @@ if test "$p_headers_errno" = ""; then case $os in lin) p_headers_errno="${p_headers_errno:-/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h}";; fbsd) p_headers_errno="${p_headers_errno:-/usr/include/errno.h}";; + and) p_headers_errno="${p_headers_errno:-/data/data/com.termux/files/usr/include/asm-generic/errno.h /data/data/com.termux/files/usr/include/asm-generic/errno-base.h}";; esac fi check p_headers_errno \ 'the location of a header defining the values of each errno symbol'