From 8f592d0ecdaa2a43b313a6a9f192eb2f4d999a92 Mon Sep 17 00:00:00 2001 From: palange <palange@lindenlab.com> Date: Mon, 14 Jun 2010 17:03:15 -0700 Subject: [PATCH] Fix mac dev build error, mac always package. --- indra/newview/viewer_manifest.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 8d2525dd264..c2d86b91c6b 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -559,6 +559,10 @@ def package_finish(self): 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="") -- GitLab