mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix build of crashpad with Xcode < 15.
This commit is contained in:
parent
b8c76cac61
commit
332ae22111
1 changed files with 1 additions and 1 deletions
|
@ -1216,7 +1216,7 @@ stage('crashpad', """
|
|||
mac:
|
||||
git clone https://github.com/desktop-app/crashpad.git
|
||||
cd crashpad
|
||||
git checkout f07f49e287
|
||||
git checkout 3279fae3f0
|
||||
git submodule init
|
||||
git submodule update third_party/mini_chromium
|
||||
ZLIB_PATH=$USED_PREFIX/include
|
||||
|
|
Loading…
Add table
Reference in a new issue