diff options
| author | Callum Linden <callum@lindenlab.com> | 2023-01-23 15:10:17 -0800 |
|---|---|---|
| committer | Callum Linden <callum@lindenlab.com> | 2023-01-23 15:10:17 -0800 |
| commit | f9fbd0333abb474ed265e1be67b2c5b1a4174444 (patch) | |
| tree | 15587f9545597569527d4f8fb5afb03fbf9350a5 /indra/newview | |
| parent | 64e84924d43b64fd799e619cc3c5c9aac2d23ce1 (diff) | |
DRTVWR-489-emoji: Update the machinery that copies over the ICU4C DLLs into the right place in Windows builds
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 8cc1cc5bb4..26983bbba8 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -517,6 +517,16 @@ class WindowsManifest(ViewerManifest): self.path("OpenAL32.dll") self.path("alut.dll") + # For ICU4C + self.path("") + 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") + # For textures self.path("openjpeg.dll") |
