diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2009-11-06 12:54:57 -0800 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2009-11-06 12:54:57 -0800 |
commit | 913c29f70990493b1c66e429140eb3535f00558c (patch) | |
tree | 6156e5f1d24f619d9e4461e4f1cd055da3d1de12 /indra/lib/python | |
parent | 3f8172707833f30d3c39d165c975bd3d97511080 (diff) | |
parent | 9317e46a878b36d8f44bbeb4a06ad22d66772e66 (diff) |
Automated merge with http://hg.lindenlab.com/viewer/viewer-2-0
Diffstat (limited to 'indra/lib/python')
-rw-r--r-- | indra/lib/python/indra/util/llmanifest.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py index 59c84e571b..8c05210618 100644 --- a/indra/lib/python/indra/util/llmanifest.py +++ b/indra/lib/python/indra/util/llmanifest.py @@ -120,9 +120,8 @@ ARGUMENTS=[ default=""), dict(name='build', description='Build directory.', default=DEFAULT_SRCTREE), dict(name='configuration', - description="""The build configuration used. Only used on OS X for - now, but it could be used for other platforms as well.""", - default="Universal"), + description="""The build configuration used.""", + default="Release"), dict(name='dest', description='Destination directory.', default=DEFAULT_SRCTREE), dict(name='grid', description="""Which grid the client will try to connect to. Even |