From a94095426009f17ff7af33f0ba3dca0f34af79a6 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 4 Feb 2021 13:23:48 +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 cfd5596f2d..2cfb649602 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() + cmaketools.make("-J1") #mesontools.build()