diff options
-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 f631d1f..1383bba 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 | # Get llcommon and deps. | 253 | # Get llcommon and deps. |
252 | if self.prefix(src=self.args['configuration'], dst=""): | 254 | if self.prefix(src=self.args['configuration'], dst=""): |