diff options
| author | Andrew A. de Laix <alain@lindenlab.com> | 2011-03-09 08:58:52 -0800 |
|---|---|---|
| committer | Andrew A. de Laix <alain@lindenlab.com> | 2011-03-09 08:58:52 -0800 |
| commit | eddf24a00fac10a5c2928b9797393cab8a547971 (patch) | |
| tree | a4edbe7779e478e5648a02885ead9c8951821400 /indra/newview | |
| parent | 49698a49de7840783ac12c6c6ccebedd686537f4 (diff) | |
update ndofdev archive usage on darwin.
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | 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 9be3aa709b..cf7ece2284 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -574,7 +574,7 @@ class DarwinManifest(ViewerManifest): self.path("Info-SecondLife.plist", dst="Info.plist") # copy additional libs in <bundle>/Contents/MacOS/ - self.path("../packages/lib/release/libndofdev.dylib", dst="MacOS/libndofdev.dylib") + self.path("../packages/lib/release/libndofdev.dylib", dst="Resources/libndofdev.dylib") self.path("../viewer_components/updater/scripts/darwin/update_install", "MacOS/update_install") |
