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 | |
parent | 49698a49de7840783ac12c6c6ccebedd686537f4 (diff) |
update ndofdev archive usage on darwin.
-rw-r--r-- | autobuild.xml | 4 | ||||
-rw-r--r-- | indra/newview/viewer_manifest.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/autobuild.xml b/autobuild.xml index cb55ea3564..9cbf89d7db 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1148,9 +1148,9 @@ <key>archive</key> <map> <key>hash</key> - <string>d56bb37233e6f1308fb0a5b8e37a2429</string> + <string>674d37d2ba76a2df7f18c47bf50b5d03</string> <key>url</key> - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/ndofdev-darwin-20101004.tar.bz2</string> + <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-libndofdev/rev/223177/arch/Darwin/installer/libndofdev-0.1-darwin-20110308.tar.bz2</string> </map> <key>name</key> <string>darwin</string> 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") |