diff options
author | palange <palange@lindenlab.com> | 2009-11-05 17:56:27 -0800 |
---|---|---|
committer | palange <palange@lindenlab.com> | 2009-11-05 17:56:27 -0800 |
commit | 7caf37b9778d3f515a3a796547c09533bd4816b8 (patch) | |
tree | e27c22d51b67c9c553085d397fe8f10d6b8e54a5 /indra/lib | |
parent | e654475529d924603a9b3bc8c4775c86d3cf7933 (diff) | |
parent | 4ead03acd094d8418f9fe0f883e776ce8b209722 (diff) |
Automated merge with http://hg.lindenlab.com/viewer/viewer-2-0
Diffstat (limited to 'indra/lib')
-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 |