build(macos): configure C++ standard and ICU root (#5101)

This commit is contained in:
martona
2026-05-13 19:01:34 -04:00
committed by GitHub
parent 07099901cd
commit f9d1aca72e
7 changed files with 23 additions and 13 deletions
+1
View File
@@ -98,6 +98,7 @@ function run_step_cmake() {
"-DBUILD_TESTS=${build_tests}"
"-DBUILD_WERROR=ON"
"-DCMAKE_BUILD_TYPE=${build_type}"
"-DICU_ROOT=$(brew --prefix icu4c@78 2>/dev/null)"
"-DOPENSSL_ROOT_DIR=$(brew --prefix openssl@3 2>/dev/null)"
"-DOpus_ROOT_DIR=$(brew --prefix opus 2>/dev/null)"
"-DSUNSHINE_ENABLE_TRAY=ON"