summaryrefslogtreecommitdiff
path: root/indra/lib
diff options
context:
space:
mode:
authorcallum_linden <none@none>2012-07-25 16:42:37 -0700
committercallum_linden <none@none>2012-07-25 16:42:37 -0700
commit78854c9baa4528943a0b399bca38b7f6dd446000 (patch)
tree136a9ec86f3be1f8e25b77cd2f04626e5e337f0e /indra/lib
parent1154d5afde0730b541716587ca3c5b962dba1b8d (diff)
Fix to build with code signing option (patch from STORM-1900)
Diffstat (limited to 'indra/lib')
-rw-r--r--indra/lib/python/indra/util/llmanifest.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py
index a4fb77357c..bfcb259709 100644
--- a/indra/lib/python/indra/util/llmanifest.py
+++ b/indra/lib/python/indra/util/llmanifest.py
@@ -167,7 +167,12 @@ ARGUMENTS=[
dict(name='version',
description="""This specifies the version of Second Life that is
being packaged up.""",
- default=get_default_version)
+ default=get_default_version),
+ dict(name='signature',
+ description="""This specifies an identity to sign the viewer with, if any.
+ If no value is supplied, the default signature will be used, if any. Currently
+ only used on Mac OS X.""",
+ default=None)
]
def usage(srctree=""):