diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2018-10-22 14:58:23 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 16:08:43 -0400 |
| commit | e849dfb9fa467f0c3e5a3352ec35ba212b9df22f (patch) | |
| tree | 85de27aa3027a8f9c5f819ec7eccbe410e92c394 /autobuild.xml | |
| parent | bf999f2f84dd26844c60d682f563f982a55e8ee8 (diff) | |
DRTVWR-476: Update Copy3rdPartyLibs.cmake for VS 2017 version.
Also, on Windows, put build output into
build-vc$AUTOBUILD_VSVER-$AUTOBUILD_ADDRSIZE instead of hard-coding
build-vc120-$AUTOBUILD_ADDRSIZE.
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 cbd7413034..bd92cee6a3 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3769,7 +3769,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>windows</key> <map> <key>build_directory</key> - <string>build-vc120-$AUTOBUILD_ADDRSIZE</string> + <string>build-vc${AUTOBUILD_VSVER|120}-$AUTOBUILD_ADDRSIZE</string> <key>configurations</key> <map> <key>RelWithDebInfo</key> |
