gavinchou commented on code in PR #41773: URL: https://github.com/apache/doris/pull/41773#discussion_r1798078873
########## cloud/cmake/thirdparty.cmake: ########## @@ -88,7 +88,9 @@ add_thirdparty(aws-c-mqtt LIB64) add_thirdparty(aws-checksums LIB64) add_thirdparty(aws-c-s3 LIB64) add_thirdparty(aws-c-sdkutils LIB64) -add_thirdparty(aws-s2n LIBNAME "lib/libs2n.a") +if (NOT OS_MACOSX) Review Comment: link may still not work for mac due to there is no arm version of fdb for now -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org