mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
build(macos): configure C++ standard and ICU root (#5101)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user