mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build of minidump_stackwalk.
This commit is contained in:
parent
c528ea24ea
commit
1297860652
1 changed files with 2 additions and 2 deletions
|
@ -391,7 +391,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 5485c56e93
|
git checkout ddcd93010e
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('depot_tools', """
|
stage('depot_tools', """
|
||||||
|
@ -408,7 +408,7 @@ win:
|
||||||
depends:patches/gyp.diff
|
depends:patches/gyp.diff
|
||||||
git apply $LIBS_DIR/patches/gyp.diff
|
git apply $LIBS_DIR/patches/gyp.diff
|
||||||
mac:
|
mac:
|
||||||
python3 -m pip install git+https://github.com/desktop-app/gyp-next@v0.10.1
|
python3 -m pip install --ignore-installed git+https://github.com/desktop-app/gyp-next@main
|
||||||
mkdir gyp
|
mkdir gyp
|
||||||
""", 'ThirdParty')
|
""", 'ThirdParty')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue