diff options
author | Callum Linden <callum@lindenlab.com> | 2022-08-25 10:04:02 -0700 |
---|---|---|
committer | Callum Linden <callum@lindenlab.com> | 2022-08-25 10:04:02 -0700 |
commit | 35de5fc912c908fb1c3c5257f28e72ffebe796c4 (patch) | |
tree | 59b04808248c5ee80e141ee9bb5bb14b98a64acc | |
parent | 9dba9f80f4d40ec12a735ddbb66a9d103a959ece (diff) |
SL-18021 Generate a VS 2019 build of the Viewer using current third party libraries: replace hard coded VS 2017 '150' maginc number with another magic number - for VS 2019
-rw-r--r-- | autobuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild.xml b/autobuild.xml index e0f82a45eb..68bfa4b0a1 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3114,7 +3114,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>windows</key> <map> <key>build_directory</key> - <string>build-vc${AUTOBUILD_VSVER|150}-$AUTOBUILD_ADDRSIZE</string> + <string>build-vc${AUTOBUILD_VSVER|160}-$AUTOBUILD_ADDRSIZE</string> <key>configurations</key> <map> <key>RelWithDebInfo</key> |