diff options
author | Anchor <none@none> | 2019-05-15 03:57:10 -0600 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 18:39:20 -0400 |
commit | b09770946a8ae3396517c6796d1bff2a1707de26 (patch) | |
tree | c25b98ecc31ad442285fae538e723178fc2636fd /autobuild.xml | |
parent | 476721e48ae6db46fcad743973763b6211430d30 (diff) |
[DRTVWR-476] - disable dbghelp.h warnings
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild.xml b/autobuild.xml index 8afc8db46b..a9525e6bbc 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3755,7 +3755,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>windows</key> <map> <key>build_directory</key> - <string>build-vc${AUTOBUILD_VSVER|120}-$AUTOBUILD_ADDRSIZE</string> + <string>build-vc${AUTOBUILD_VSVER|150}-$AUTOBUILD_ADDRSIZE</string> <key>configurations</key> <map> <key>RelWithDebInfo</key> |