Skip to content
Snippets Groups Projects
Commit eddf24a0 authored by Andrew A. de Laix's avatar Andrew A. de Laix
Browse files

update ndofdev archive usage on darwin.

parent 49698a49
No related branches found
No related tags found
No related merge requests found
...@@ -1148,9 +1148,9 @@ ...@@ -1148,9 +1148,9 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>d56bb37233e6f1308fb0a5b8e37a2429</string> <string>674d37d2ba76a2df7f18c47bf50b5d03</string>
<key>url</key> <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> </map>
<key>name</key> <key>name</key>
<string>darwin</string> <string>darwin</string>
......
...@@ -574,7 +574,7 @@ def construct(self): ...@@ -574,7 +574,7 @@ def construct(self):
self.path("Info-SecondLife.plist", dst="Info.plist") self.path("Info-SecondLife.plist", dst="Info.plist")
# copy additional libs in <bundle>/Contents/MacOS/ # 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") self.path("../viewer_components/updater/scripts/darwin/update_install", "MacOS/update_install")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment