summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-06-15 13:26:09 +0300
committerMike Antipov <mantipov@productengine.com>2010-06-15 13:26:09 +0300
commitcfb9a6e3411b52d5916ea809c66d8412d90bfe4d (patch)
tree3b6dbed2d7cb917b5cf8d5d79914f9553400d268 /indra/newview/viewer_manifest.py
parent11903fab735d3eb3464bdec5cf11a1027fd2ac3f (diff)
parenta43c997d0a7209da7e1b3d42b3e3998498741764 (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 8d2525dd26..0fd3cf5b3b 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -559,6 +559,10 @@ class WindowsManifest(ViewerManifest):
class DarwinManifest(ViewerManifest):
+ def is_packaging_viewer(self):
+ # darwin requires full app bundle packaging even for debugging.
+ return True
+
def construct(self):
# copy over the build result (this is a no-op if run within the xcode script)
self.path(self.args['configuration'] + "/Second Life.app", dst="")