[fix](thirdparty) fix bug for build_thirdparty (#15910)
This commit is contained in:
2
thirdparty/build-thirdparty.sh
vendored
2
thirdparty/build-thirdparty.sh
vendored
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user