From 95152b43948d556805149b1eba7e3066040473c5 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 27 Oct 2021 12:51:29 +0300 Subject: [PATCH] opencv rebuild --- science/robotics/opencv/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")