diff options
author | Callum Prentice <callum@lindenlab.com> | 2023-01-26 17:04:35 -0800 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2023-01-26 17:04:35 -0800 |
commit | d9e82ab14aaa3e0daceacda8cf72ade379e9caf1 (patch) | |
tree | af90368c2a653669ed52f5f7110421968ccd1ee6 /indra/cmake | |
parent | a804b98e4ed127ce1a11f639babb82574f2e5204 (diff) |
DRTVWR-489-emoji: Pull in some small changes from Kitty's work to move the macOS build forwards
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/ICU4C.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/ICU4C.cmake b/indra/cmake/ICU4C.cmake index 007a9b6937..b51087e0e7 100644 --- a/indra/cmake/ICU4C.cmake +++ b/indra/cmake/ICU4C.cmake @@ -10,8 +10,8 @@ else (USESYSTEMLIBS) use_prebuilt_binary(icu4c) if (WINDOWS) set(ICU4C_LIBRARY icuuc) - #elseif(DARWIN) - # set(ICU4C_LIBRARY ...) + elseif(DARWIN) + set(ICU4C_LIBRARY icuuc) #elseif(LINUX) # set(ICU4C_LIBRARY ...) else() |