diff options
| author | nerodevo <100370411+nerodevo@users.noreply.github.com> | 2024-04-13 06:31:38 -0500 | 
|---|---|---|
| committer | nerodevo <100370411+nerodevo@users.noreply.github.com> | 2024-04-13 06:31:38 -0500 | 
| commit | ae796157943294c4ef566dfd7d26b89802ff4571 (patch) | |
| tree | d4de54de21de4651ebef76c646cc7fcae2dfaa7b | |
| parent | 7507abb566fe90fb96f866418d68a3635baf9806 (diff) | |
Revert "DRTVWR-601: Drop 32-bit Windows build of llphysicsextension_stub."
This reverts commit d07cd115e3bdef8a2b1d2f6a5a507ddb67ff8cd9.
| -rw-r--r-- | autobuild.xml | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/autobuild.xml b/autobuild.xml index 6209de2994..d4a0a720c9 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1652,6 +1652,18 @@              <key>name</key>              <string>linux64</string>            </map> +          <key>windows</key> +          <map> +            <key>archive</key> +            <map> +              <key>hash</key> +              <string>2e5f1f7046a49d8b0bc295aa878116bc</string> +              <key>url</key> +              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/60043/564063/llphysicsextensions_stub-1.0.542456-windows-542456.tar.bz2</string> +            </map> +            <key>name</key> +            <string>windows</string> +          </map>          </map>          <key>license</key>          <string>internal</string> | 
