From edfe998811c744905fd248f6d543e14979b483c3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 23 Sep 2023 21:23:51 +0400 Subject: [PATCH] Fix build of minidump_stackwalk. --- Telegram/build/prepare/prepare.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 7f1488fae..b9a3ac8a4 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -461,9 +461,9 @@ win: cd gyp git checkout 9d09418933 mac: - python3 -m pip install ^ - --ignore-installed ^ - --target=$THIRDPARTY_DIR/gyp ^ + python3 -m pip install \\ + --ignore-installed \\ + --target=$THIRDPARTY_DIR/gyp \\ git+https://chromium.googlesource.com/external/gyp@master """, 'ThirdParty')