aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorRobin Cornelius2010-11-07 20:28:12 +0000
committerMcCabe Maxsted2010-11-08 21:25:16 -0700
commit6ae81eabfcaba2a989b5a0da5eac71ec7a9a39bc (patch)
tree7f85c59d5a00abc448019284527dbcf10ecbfc4a /linden/indra/newview/viewer_manifest.py
parentTransferred the new linux32 gtk-etc package to our server. (diff)
downloadmeta-impy-6ae81eabfcaba2a989b5a0da5eac71ec7a9a39bc.zip
meta-impy-6ae81eabfcaba2a989b5a0da5eac71ec7a9a39bc.tar.gz
meta-impy-6ae81eabfcaba2a989b5a0da5eac71ec7a9a39bc.tar.bz2
meta-impy-6ae81eabfcaba2a989b5a0da5eac71ec7a9a39bc.tar.xz
Correctly stage libhunspell.dll in viewer_manifest.py
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 41495ca..b1bb250 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -246,7 +246,9 @@ class WindowsManifest(ViewerManifest):
246 #self.path("fmod.dll") 246 #self.path("fmod.dll")
247 247
248 # For spellchecking 248 # For spellchecking
249 self.path("libhunspell.dll") 249 if self.prefix(src=self.args['configuration'], dst=""):
250 self.path("libhunspell.dll")
251 self.end_prefix()
250 252
251 # For textures 253 # For textures
252 if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""): 254 if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""):