diff options
author | Robin Cornelius | 2010-11-07 20:28:12 +0000 |
---|---|---|
committer | McCabe Maxsted | 2010-11-08 21:25:16 -0700 |
commit | 6ae81eabfcaba2a989b5a0da5eac71ec7a9a39bc (patch) | |
tree | 7f85c59d5a00abc448019284527dbcf10ecbfc4a /linden/indra/newview/viewer_manifest.py | |
parent | Transferred the new linux32 gtk-etc package to our server. (diff) | |
download | meta-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-x | linden/indra/newview/viewer_manifest.py | 4 |
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=""): |