summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/viewer_manifest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index d16b5d9a7c..4e6c112cda 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -880,8 +880,8 @@ class DarwinManifest(ViewerManifest):
return True
def construct(self):
-## # copy over the build result (this is a no-op if run within the xcode script)
-## self.path(os.path.join(self.args['configuration'], "Second Life.app"), dst="")
+ # copy over the build result (this is a no-op if run within the xcode script)
+ self.path(os.path.join(self.args['configuration'], "Second Life.app"), dst="")
pkgdir = os.path.join(self.args['build'], os.pardir, 'packages')
relpkgdir = os.path.join(pkgdir, "lib", "release")