changeset 6188:f9623016a78c

Disable parallel build for tools::python
author John Mandereau <john.mandereau@gmail.com>
date Sat, 25 Aug 2012 18:50:51 +0200
parents be2aacfcd4ee
children 004832ab02c1
files gub/specs/python.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/python.py	Sat Aug 25 18:27:56 2012 +0200
+++ b/gub/specs/python.py	Sat Aug 25 18:50:51 2012 +0200
@@ -188,6 +188,7 @@
         'libtool',
         ]
     force_autoupdate = True
+    parallel_build_broken = True
     make_flags = Python.make_flags
     def patch (self):
         Python.patch (self)