summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrian McGroarty <soft@lindenlab.com>2008-06-03 20:50:55 +0000
committerBrian McGroarty <soft@lindenlab.com>2008-06-03 20:50:55 +0000
commit051010308da48d43b616e8d020e084fac58cf2e4 (patch)
treedac2b3d45f786801d1088a485a8f730fa1d14e12 /indra/newview
parent61327e33684bb55abc1fec2f625d5b8f378d5d8c (diff)
Mac open source export - cmake fixes
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 248dda83fb..4b117cd180 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -216,7 +216,7 @@ class WindowsManifest(ViewerManifest):
self.end_prefix()
# pull in the crash logger and updater from other projects
- self.path(src=self.find_existing_file(
+ self.path(src=self.find_existing_file( # tag:"crash-logger" here as a cue to the exporter
"../win_crash_logger/debug/windows-crash-logger.exe",
"../win_crash_logger/release/windows-crash-logger.exe",
"../win_crash_logger/relwithdebinfo/windows-crash-logger.exe"),