diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-09-11 09:18:56 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-09-11 09:18:56 -0400 |
commit | e0467f506136dd1fa044da130c7ffd3e817acc07 (patch) | |
tree | c22864a0863df183732b1e40fb8edba52c3301cf /indra | |
parent | 298a52f96a92f4368b3c5d955eab6b37a58f4931 (diff) |
DRTVWR-474, MAINT-9047: Must copy CMake-built viewer for EDU.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 4 |
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") |