From e0467f506136dd1fa044da130c7ffd3e817acc07 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Tue, 11 Sep 2018 09:18:56 -0400
Subject: [PATCH] DRTVWR-474, MAINT-9047: Must copy CMake-built viewer for EDU.

---
 indra/newview/viewer_manifest.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index d16b5d9a7c9..4e6c112cda3 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -880,8 +880,8 @@ def is_packaging_viewer(self):
         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")
-- 
GitLab