We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d23c63 commit 158f3a6Copy full SHA for 158f3a6
1 file changed
deps/rocketmq/build.sh
@@ -476,8 +476,8 @@ build_rocketmq_client() {
476
# Run CMake configure
477
cmake -S "${BASEPATH}" -B "${BUILD_DIR}" "${cmake_options[@]}"
478
479
- log_info "Compiling RocketMQ C++ client (static library only)"
480
- cmake --build "${BUILD_DIR}" --target rocketmq_static
+ log_info "Compiling RocketMQ C++ client (static + bundled library)"
+ cmake --build "${BUILD_DIR}" --target rocketmq_static rocketmq_
481
482
# Uncomment if installation is needed
483
# log_info "Installing RocketMQ C++ client"
0 commit comments