diff options
author | Jennifer Leech <jenn@lindenlab.com> | 2011-03-02 00:31:38 -0800 |
---|---|---|
committer | Jennifer Leech <jenn@lindenlab.com> | 2011-03-02 00:31:38 -0800 |
commit | 9256402b065acdabc63f76bd71c938edbf65dde2 (patch) | |
tree | eff0aae8654fae774893b5d0805e7f59eeaa7f88 | |
parent | 7093503e26e48b25f6e1ae251dab89191fce8d9f (diff) |
Attempting to modify quoting of build options string to see if this corrects failure to run BuildConsole on TC.
-rw-r--r-- | autobuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild.xml b/autobuild.xml index 7ff756dc7e..5ad24958c1 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> |