diff --git a/_build.sh b/_build.sh index 704d08cf4..424541f87 100755 --- a/_build.sh +++ b/_build.sh @@ -169,8 +169,6 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p # zstd cmake # brotli cmake # cares cmake -# libunistring autotools -# libiconv autotools # libidn2 autotools # libpsl autotools # gsasl autotools @@ -1620,8 +1618,6 @@ build_single_target() { bld zstd "${ZSTD_VER_}" bld brotli "${BROTLI_VER_}" bld cares "${CARES_VER_}" - bld libunistring "${LIBUNISTRING_VER_}" - bld libiconv "${LIBICONV_VER_}" bld libidn2 "${LIBIDN2_VER_}" bld libpsl "${LIBPSL_VER_}" bld nghttp3 "${NGHTTP3_VER_}" diff --git a/_dl.sh b/_dl.sh index 4135d8c46..416fe9c9a 100755 --- a/_dl.sh +++ b/_dl.sh @@ -66,18 +66,6 @@ cat <