diff options
| author | Nyx Linden <nyx@lindenlab.com> | 2010-11-08 11:49:52 -0500 | 
|---|---|---|
| committer | Nyx Linden <nyx@lindenlab.com> | 2010-11-08 11:49:52 -0500 | 
| commit | b3ab10923d74e64e543b15d773639a856f9989e7 (patch) | |
| tree | 89ca51239d38f2f39ac5eeb0cd4a809239bbf627 /indra | |
| parent | 3d41e67d7ba2981daca2158f1133323b7c7ce478 (diff) | |
SH-396 WIP fix mac opensource build
Missed a reference to libcollada in viewer_manifest.
Hopefully should be packaged and set properly now.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/viewer_manifest.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index d8238b7630..e637c43674 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -657,6 +657,7 @@ class DarwinManifest(ViewerManifest):                                      "libexpat.0.5.0.dylib",                                      "libexception_handler.dylib",                                      "libGLOD.dylib", +                                    "libcollada14dom.dylib"                                      ):                          self.path(os.path.join(libdir, libfile), libfile) | 
