diff --git a/waf b/waf index 7772308b2..23b5ac178 100755 Binary files a/waf and b/waf differ diff --git a/wscript b/wscript index ce133385f..c59d52d89 100644 --- a/wscript +++ b/wscript @@ -12,12 +12,14 @@ import pproc as subprocess import Options import Logs import TaskGen +import Constants import ccroot ccroot.USE_TOP_LEVEL = True import Task -import Constants +Task.algotype = Constants.JOBCONTROL # so that Task.maxjobs=1 takes effect + import Utils import Build import Configure