diff options
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index c636f1d910..6161a8b413 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -673,7 +673,7 @@ class WindowsManifest(ViewerManifest):                  self.path("libvlccore.dll")                  self.path("plugins/") -        if not bugsplat_db: # don't include the win_crash_logger if we are using BugSplat +        if not self.args.get('bugsplat'): # don't include the win_crash_logger if we are using BugSplat              # pull in the crash logger from other projects              # tag:"crash-logger" here as a cue to the exporter              self.path(src='../win_crash_logger/%s/windows-crash-logger.exe' % self.args['configuration'], | 
