diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2008-06-05 23:56:32 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2008-06-05 23:56:32 +0000 |
commit | 84fe582c1ea5ddd073a71064ffa9aa72fa35d7ca (patch) | |
tree | 9bb0291b68e594f8239b5d41c5cb06eb8094161c /indra/develop.py | |
parent | 0e047070543d23eb70f32d7df3d6b51f6997c6e1 (diff) |
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.
Diffstat (limited to 'indra/develop.py')
-rwxr-xr-x | indra/develop.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |