mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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', """
|
stage('patches', """
|
||||||
git clone https://github.com/desktop-app/patches.git
|
git clone https://github.com/desktop-app/patches.git
|
||||||
cd patches
|
cd patches
|
||||||
git checkout 212984972d
|
git checkout 856edb916f
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('depot_tools', """
|
stage('depot_tools', """
|
||||||
|
@ -920,6 +920,7 @@ mac:
|
||||||
-no-openssl \
|
-no-openssl \
|
||||||
-securetransport \
|
-securetransport \
|
||||||
-I "$USED_PREFIX/include" \
|
-I "$USED_PREFIX/include" \
|
||||||
|
-no-feature-futimens \
|
||||||
-nomake examples \
|
-nomake examples \
|
||||||
-nomake tests \
|
-nomake tests \
|
||||||
-platform macx-clang
|
-platform macx-clang
|
||||||
|
|
Loading…
Add table
Reference in a new issue