diff options
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autobuild.xml b/autobuild.xml index 5d07c035e6..e1733ac9ae 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2432,13 +2432,13 @@ <map> <key>arguments</key> <array> - <string>SecondLife.sln</string> + <string>"RelWithDebInfo|Win32"</string> </array> <key>command</key> <string>vcbuild.exe</string> <key>options</key> <array> - <string>RelWithDebInfo</string> + <string>"RelWithDebInfo|Win32"</string> </array> </map> <key>configure</key> |