DRTVWR-474, MAINT-9047: Must copy CMake-built viewer for EDU.

meow-7.2.2
Nat Goodspeed 2018-09-11 09:18:56 -04:00
parent 298a52f96a
commit e0467f5061
1 changed files with 2 additions and 2 deletions

View File

@ -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")