File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -540,10 +540,6 @@ build_linux_targets() {
540540
541541# Build for macOS (Darwin)
542542build_darwin_target () {
543- export MUSL_DIR=" $TOOLCHAIN_DIR /musl-darwin"
544- install_musl
545- install_zig
546-
547543 clean && build_for_darwin && create_release " darwin-universal"
548544}
549545
Original file line number Diff line number Diff 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"
480- cmake --build " ${BUILD_DIR} "
479+ log_info " Compiling RocketMQ C++ client (static library only) "
480+ cmake --build " ${BUILD_DIR} " --target rocketmq_static
481481
482482 # Uncomment if installation is needed
483483 # log_info "Installing RocketMQ C++ client"
You can’t perform that action at this time.
0 commit comments