From 84fe582c1ea5ddd073a71064ffa9aa72fa35d7ca Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Thu, 5 Jun 2008 23:56:32 +0000 Subject: Don't add a package target on Windows or OS X by default. This improves build times, since most devs don't need to package stuff. Reviewed by that fine specimen of reviewerhood, Palange. --- indra/develop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/develop.py') diff --git a/indra/develop.py b/indra/develop.py index 5c8dc7f2bc..ecb0fa124b 100755 --- a/indra/develop.py +++ b/indra/develop.py @@ -477,7 +477,7 @@ class WindowsSetup(PlatformSetup): print 'Found: %s' % value return value except WindowsError, err: - print >> sys.stderr, "Didn't find ", self.gens[gen]['name'] + print >> sys.stderr, "Didn't find ", self.gens[gen]['gen'] return '' def get_build_cmd(self): -- cgit v1.3