diff --git a/Telegram/ThirdParty/tgcalls b/Telegram/ThirdParty/tgcalls index db23f73e4..e8e9dd893 160000 --- a/Telegram/ThirdParty/tgcalls +++ b/Telegram/ThirdParty/tgcalls @@ -1 +1 @@ -Subproject commit db23f73e451e3ae11551e7a444ec1a4087348e5c +Subproject commit e8e9dd8934fdea47b2b2b0dadf2100fc3c17c914 diff --git a/docs/building-osx.md b/docs/building-osx.md index 7399fe2c5..25300b451 100644 --- a/docs/building-osx.md +++ b/docs/building-osx.md @@ -71,7 +71,7 @@ Go to ***BuildPath*** and run git clone https://github.com/openssl/openssl openssl_1_1_1 cd openssl_1_1_1 git checkout OpenSSL_1_1_1-stable - ./Configure --prefix=/usr/local/macos no-tests darwin64-x86_64-cc -static $MIN_VER + ./Configure no-tests darwin64-x86_64-cc -static -mmacosx-version-min=10.10 make build_libs $MAKE_THREADS_CNT cd ..