Skip to content

Commit 158f3a6

Browse files
committed
fix: CI
1 parent 9d23c63 commit 158f3a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deps/rocketmq/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ build_rocketmq_client() {
476476
# Run CMake configure
477477
cmake -S "${BASEPATH}" -B "${BUILD_DIR}" "${cmake_options[@]}"
478478

479-
log_info "Compiling RocketMQ C++ client (static library only)"
480-
cmake --build "${BUILD_DIR}" --target rocketmq_static
479+
log_info "Compiling RocketMQ C++ client (static + bundled library)"
480+
cmake --build "${BUILD_DIR}" --target rocketmq_static rocketmq_
481481

482482
# Uncomment if installation is needed
483483
# log_info "Installing RocketMQ C++ client"

0 commit comments

Comments
 (0)