[fix](thirdparty) fix bug for build_thirdparty (#15910)

This commit is contained in:
pengxiangyu
2023-01-14 21:02:59 +08:00
committed by GitHub
parent 98c74f9ab8
commit 57098bf669

View File

@ -1585,7 +1585,6 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
build_gettext
fi
build_clucene
build_libunixodbc
build_openssl
build_libevent
@ -1642,5 +1641,6 @@ build_libbacktrace
build_sse2neon
build_xxhash
build_concurrentqueue
build_clucene
echo "Finished to build all thirdparties"