diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2016-12-20 15:42:57 -0500 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2016-12-20 15:42:57 -0500 | 
| commit | a1a395b6798f941969220f8a27cf927adafcba73 (patch) | |
| tree | d1d8891b128509fac1ddd699d551762a1f5cfd27 | |
| parent | 8643954c70e19d9c9cec4a1e8874247e861150a1 (diff) | |
DRTVWR-418: Make viewer_manifest.py copy current libexpat.1.dylib.
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index a8049d874d..1a68bb0173 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -788,7 +788,7 @@ class DarwinManifest(ViewerManifest):                                  "libapr-1.0.dylib",                                  "libaprutil-1.0.dylib",                                  "libcollada14dom.dylib", -                                "libexpat.1.5.2.dylib", +                                "libexpat.1.dylib",                                  "libexception_handler.dylib",                                  "libGLOD.dylib",                                  ): | 
