From 35de5fc912c908fb1c3c5257f28e72ffebe796c4 Mon Sep 17 00:00:00 2001
From: Callum Linden <callum@lindenlab.com>
Date: Thu, 25 Aug 2022 10:04:02 -0700
Subject: 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

---
 autobuild.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'autobuild.xml')

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>
-- 
cgit v1.2.3