From 1adf8756f3b5f2b6f29b9992d24835684264bba7 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed <nat@lindenlab.com> Date: Tue, 22 Nov 2016 11:02:14 -0500 Subject: [PATCH] DRTVWR-418: Use build-vc120-32 vs. build-vc120-64 on Windows. --- autobuild.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobuild.xml b/autobuild.xml index a43421bfbee..87b82f17c6c 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3603,7 +3603,7 @@ <key>windows</key> <map> <key>build_directory</key> - <string>build-vc120</string> + <string>build-vc120-$AUTOBUILD_ADDRSIZE</string> <key>configurations</key> <map> <key>RelWithDebInfo</key> -- GitLab