From 31025e82a3517639ba2ccf54bd9b13b01545f81b Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 4 Feb 2021 18:51:31 +0300 Subject: [PATCH] telegram-desktop ver. bump --- network/chat/telegram-desktop/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()