From 0292df12efe919cd1913c2bf668677e26af8a5d3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 26 Oct 2021 19:27:41 +0400 Subject: [PATCH] Working Universal 2 build. --- Telegram/build/prepare/prepare.py | 3 +-- cmake | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 20fe771fb3..3fb253f985 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 856edb916f + git checkout b7366a6c66 """) stage('depot_tools', """ @@ -1178,7 +1178,6 @@ common: mkdir Debug lipo -create Debug.arm64/libtg_owt.a Debug.x86_64/libtg_owt.a -output Debug/libtg_owt.a release: - cd .. mkdir Release.x86_64 cd Release.x86_64 cmake -G Ninja \ diff --git a/cmake b/cmake index b1d90c34ff..33799d3d6c 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit b1d90c34ffe36c63234c48ef8ed66cfb0bc881ea +Subproject commit 33799d3d6c6cc6634f8e69406ce132bb65ebc3b7