From 7f335dbb8c8a7f10b03b4c97789ea271e0f906dd Mon Sep 17 00:00:00 2001
From: CG Linden <cg@lindenlab.com>
Date: Thu, 24 Dec 2009 11:46:25 -0800
Subject: [PATCH] Use "strict" invocation of buildconsole according to Xoreax

---
 indra/develop.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/develop.py b/indra/develop.py
index 05ad12f20e2..eaecdd0ab66 100755
--- a/indra/develop.py
+++ b/indra/develop.py
@@ -573,7 +573,7 @@ def get_build_cmd(self):
             if self.gens[self.generator]['ver'] in [ r'8.0', r'9.0' ]:
                 config = '\"%s|Win32\"' % config
 
-            return "buildconsole %s.sln /build %s" % (self.project_name, config)
+            return "buildconsole %(prj)s.sln /build /cfg=%(cfg)s" % {'prj': self.project_name, 'cfg': config}
 
         # devenv.com is CLI friendly, devenv.exe... not so much.
         return ('"%sdevenv.com" %s.sln /build %s' % 
-- 
GitLab