diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-21 13:06:18 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-21 13:06:31 +0300 |
commit | 484ccb6946291585d56b023746e6f3eb696f1ae7 (patch) | |
tree | e02628211f6e24a1a9f741193a314bdf6d676130 | |
parent | 709bf22084aa38f09cc317a26704dba9b8ec124d (diff) |
SL-18187 Resolve Win32 failures due to missing mikktspace
-rw-r--r-- | autobuild.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index b240b13a94..4abdd41528 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1864,6 +1864,18 @@ <key>name</key> <string>darwin64</string> </map> + <key>windows</key> + <map> + <key>archive</key> + <map> + <key>hash</key> + <string>0a016b9c0c1e2c0b557e0124094da6c5</string> + <key>url</key> + <string>https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/104407/914918/mikktspace-1-windows-574859.tar.bz2</string> + </map> + <key>name</key> + <string>windows</string> + </map> <key>windows64</key> <map> <key>archive</key> |