Skip to content
Snippets Groups Projects
Commit 8f592d0e authored by palange's avatar palange
Browse files

Fix mac dev build error, mac always package.

parent 566ad611
No related branches found
No related tags found
No related merge requests found
......@@ -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="")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment