Fix crashpad_handler linking workaround.

Fixes #26873.
This commit is contained in:
John Preston 2023-11-01 09:26:40 +04:00
parent 728ed02a1c
commit af5ad84e72
1 changed files with 1 additions and 1 deletions

View File

@ -1211,7 +1211,7 @@ stage('crashpad', """
mac: mac:
git clone https://github.com/desktop-app/crashpad.git git clone https://github.com/desktop-app/crashpad.git
cd crashpad cd crashpad
git checkout 171b601938 git checkout f07f49e287
git submodule init git submodule init
git submodule update third_party/mini_chromium git submodule update third_party/mini_chromium
ZLIB_PATH=$USED_PREFIX/include ZLIB_PATH=$USED_PREFIX/include