diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-11-10 14:45:51 -0500 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-11-10 14:45:51 -0500 |
commit | c9d6a4674baec4854431ca222bd9cbf8a46971c8 (patch) | |
tree | cd7e55bc1d713e5773c1c09b1dbb918aabf8024d /indra/lib/python | |
parent | f8f8b0502e3a94933109778c0fe9917700ad1119 (diff) | |
parent | d57c20787a84fcc04d94c004db924d8778d1e4ae (diff) |
Merging DEV-41724/DEV-41725 3rd party lib staging work with 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 |