mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Working Universal 2 build.
This commit is contained in:
parent
1e86c07505
commit
0292df12ef
2 changed files with 2 additions and 3 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 856edb916f
|
git checkout b7366a6c66
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('depot_tools', """
|
stage('depot_tools', """
|
||||||
|
@ -1178,7 +1178,6 @@ common:
|
||||||
mkdir Debug
|
mkdir Debug
|
||||||
lipo -create Debug.arm64/libtg_owt.a Debug.x86_64/libtg_owt.a -output Debug/libtg_owt.a
|
lipo -create Debug.arm64/libtg_owt.a Debug.x86_64/libtg_owt.a -output Debug/libtg_owt.a
|
||||||
release:
|
release:
|
||||||
cd ..
|
|
||||||
mkdir Release.x86_64
|
mkdir Release.x86_64
|
||||||
cd Release.x86_64
|
cd Release.x86_64
|
||||||
cmake -G Ninja \
|
cmake -G Ninja \
|
||||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
||||||
Subproject commit b1d90c34ffe36c63234c48ef8ed66cfb0bc881ea
|
Subproject commit 33799d3d6c6cc6634f8e69406ce132bb65ebc3b7
|
Loading…
Add table
Reference in a new issue