diff --git a/doc/contributions.txt b/doc/contributions.txt index 8afe922cbe7c7b88e566078902ac4c1c68ad0e4d..8e5d4e831db48b4cd568fd2373bc4d89f1c504b0 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 840630d422077de86dae6d696198698d79c345b6..0f4cdefae92aa58afbdef81b1ed9a0a1891be938 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 )