diff --git a/science/robotics/opencv/actions.py b/science/robotics/opencv/actions.py index ebf383ade5..b2b3fe3011 100644 --- a/science/robotics/opencv/actions.py +++ b/science/robotics/opencv/actions.py @@ -72,7 +72,7 @@ def setup(): def build(): shelltools.cd("build") #cmaketools.make() - shelltools.system("ninja") + shelltools.system("ninja -j2") def install(): shelltools.cd("build")