wenyang0 commented on issue #475: URL: https://github.com/apache/rocketmq-client-cpp/issues/475#issuecomment-2448932540
` if test "$(uname)" = "Linux"; then declare cpu_num=$(cat /proc/cpuinfo | grep "processor" | wc -l) elif test "$(uname)" = "Darwin" ; then declare cpu_num=$(sysctl -n machdep.cpu.thread_count) fi ` 脚本无法直接使用, build.sh 脚本判断编译前 要判断 操作系统,而AIX 属于UNIX 系统 ,这是不支持吗? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org