# HG changeset patch # User Brendan Cully # Date 1247619576 25200 # Node ID 64994005bcb77874e9c01152f262a6e44b4bb9dd # Parent 8b58f53b9c356fc88847294d898e9ef7bca54ee6# Parent 632df73485aed29ff3a793b383bf3a1c4683398f Merge with bos diff -r 8b58f53b9c35 -r 64994005bcb7 setup.py --- a/setup.py Tue Jul 14 17:58:36 2009 -0700 +++ b/setup.py Tue Jul 14 17:59:36 2009 -0700 @@ -62,7 +62,7 @@ devnull = open('/dev/null', 'w') oldstderr = os.dup(sys.stderr.fileno()) os.dup2(devnull.fileno(), sys.stderr.fileno()) - objects = cc.compile([fname]) + objects = cc.compile([fname], output_dir=tmpdir) cc.link_executable(objects, os.path.join(tmpdir, "a.out")) except: return False