diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-11-09 20:08:30 -0500 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-11-09 20:08:30 -0500 |
commit | 115dd2b09c444eefab0749880d8030942ef71df1 (patch) | |
tree | a39f9f3e6011a9dd8ccb807a3705e52b7d4a7d87 /indra/lib | |
parent | b6de723de05ea0e2b748a697ed995efe7b466ffd (diff) | |
parent | 06ba4927aa8d288b843ed1380132c14938708707 (diff) |
Merging DEV-41724/DEV-41725 3rd party lib staging work with 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 |