From 1f6a9ab556fdc00bcabc4e8882f4380d9928e496 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 21 Oct 2021 20:19:56 +0400 Subject: [PATCH] Fix prepare libraries on macOS with Qt 6.2. --- Telegram/build/prepare/prepare.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 205ba3460..bac340dfc 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -387,7 +387,7 @@ def runStages(): stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 212984972d + git checkout 856edb916f """) stage('depot_tools', """ @@ -920,6 +920,7 @@ mac: -no-openssl \ -securetransport \ -I "$USED_PREFIX/include" \ + -no-feature-futimens \ -nomake examples \ -nomake tests \ -platform macx-clang