mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix prepare libraries on macOS with Qt 6.2.
This commit is contained in:
parent
f7085b40b1
commit
1f6a9ab556
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue