diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-10-22 14:43:28 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-10-22 16:49:53 +0800 |
commit | 486ba359045d4acc2bee558bb3a7067f2ed4dbbe (patch) | |
tree | 79795fb1ccddb12d81559672ea13f07100999756 | |
parent | 6f683319b298efc6db30fc1ad0fca66605d9eac9 (diff) |
Remove double linux llphysicsextension_stub installable
It would cause our use_prebuilt_binary implementation to fail
downloading because of the double URLs.
It's not supposed to be there anyway in the llphysicsextension_tpv
section.
-rw-r--r-- | autobuild.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/autobuild.xml b/autobuild.xml index d3cebec80f..f61cb60f56 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1566,18 +1566,6 @@ <key>name</key> <string>darwin64</string> </map> - <key>linux64</key> - <map> - <key>archive</key> - <map> - <key>hash</key> - <string>711f4ec769e4b5f59ba25ee43c11bcbc</string> - <key>url</key> - <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/4724/14846/llphysicsextensions_stub-1.0.504712-linux64-504712.tar.bz2</string> - </map> - <key>name</key> - <string>linux64</string> - </map> <key>windows64</key> <map> <key>archive</key> |