From 3e350fcdb6c960aa8508122e017d3cf24707c590 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Thu, 8 Sep 2011 18:29:57 -0700 Subject: Fixed llkdu .config file not being copied during packaging --- linden/indra/newview/viewer_manifest.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra') diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 4d672f0..11f9098 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py @@ -279,6 +279,9 @@ class WindowsManifest(ViewerManifest): self.path("libhunspell.dll") self.end_prefix() + # Copy the llkdu DSO .config + self.path("llkdu.dll.2.config") + # Get llcommon and deps. if self.prefix(src=self.args['configuration'], dst=""): self.path('libapr-1.dll') -- cgit v1.1