From 5dcdf8330409779591d35c05888efd02e412cf50 Mon Sep 17 00:00:00 2001
From: Callum Linden <callum@lindenlab.com>
Date: Tue, 24 Jan 2023 16:00:53 -0800
Subject: [PATCH] DRTVWR-489-emoji: Trying to get to the bottom of a TeamCity
 build failure with access to TeramCity - with all the ICU4C DLLs removed, the
 viewer builds fine which does suggest a size/disk space issue.  Trying with
 the (porposed) minimum set to see if this helps. Likely it won't because the
 main one (icudt48.dll) is much, much bigger than the others combined - but we
 shall see

---
 indra/newview/viewer_manifest.py | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 76cd4ce049d..60f8cfc26b5 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -518,13 +518,8 @@ def construct(self):
                 self.path("alut.dll")
 
             # For ICU4C
-            # self.path("icudt48.dll")
-            # self.path("icuin48.dll")
-            # self.path("icuio48.dll")
-            # self.path("icule48.dll")
-            # self.path("iculx48.dll")
-            # self.path("icutu48.dll")
-            # self.path("icuuc48.dll")
+            self.path("icudt48.dll")
+            self.path("icuuc48.dll")
 
             # For textures
             self.path("openjpeg.dll")
-- 
GitLab