From 9256402b065acdabc63f76bd71c938edbf65dde2 Mon Sep 17 00:00:00 2001 From: Jennifer Leech <jenn@lindenlab.com> Date: Wed, 2 Mar 2011 00:31:38 -0800 Subject: [PATCH] Attempting to modify quoting of build options string to see if this corrects failure to run BuildConsole on TC. --- autobuild.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobuild.xml b/autobuild.xml index 7ff756dc7e2..5ad24958c15 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1961,7 +1961,7 @@ <array> <string>/build</string> <string>"/cfg=Release|Win32"</string> - <string>"/CL_ADD="/m:1""</string> + <string>"/CL_ADD=/m:1"</string> </array> </map> <key>configure</key> -- GitLab