diff --git a/network/chat/telegram-desktop/actions.py b/network/chat/telegram-desktop/actions.py index 4d3bdcd9ac..6644a507d1 100644 --- a/network/chat/telegram-desktop/actions.py +++ b/network/chat/telegram-desktop/actions.py @@ -44,7 +44,7 @@ def setup(): def build(): shelltools.cd("build") - cmaketools.make("-j1") + cmaketools.make("-j4") #mesontools.build()