From 4033ef9fbcbf11344d0866683fc1e9c2fc282e22 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 30 May 2013 18:56:14 -0700 Subject: Oops, we need to actually use OPTION_JOBS too. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11f9eb71c..33daad13a 100644 --- a/setup.py +++ b/setup.py @@ -559,7 +559,7 @@ class pyside_build(_build): raise DistutilsSetupError("Error configuring " + extension) log.info("Compiling module %s..." % extension) - if run_process([self.make_path], log) != 0: + if run_process([self.make_path, OPTION_JOBS], log) != 0: raise DistutilsSetupError("Error compiling " + extension) if extension.lower() == "shiboken": -- cgit v1.2.3