diff options
-rwxr-xr-x | doc/contributions.txt | 1 | ||||
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt index 8afe922cbe..8e5d4e831d 100755 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -237,6 +237,7 @@ Ansariel Hiller SL-15227 SL-15398 SL-18432 + SL-19623 Aralara Rajal Arare Chantilly CHUIBUG-191 diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 840630d422..0f4cdefae9 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1899,7 +1899,7 @@ target_link_libraries(${VIEWER_BINARY_NAME} ${LLPHYSICSEXTENSIONS_LIBRARIES} ll::bugsplat ll::tracy - ll::icu4u + ll::icu4c ) if( TARGET ll::intel_memops ) |