From df9c7f07a19154edd5a3d4212047c6e7d48c352a Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Thu, 29 Oct 2020 23:43:28 +0300 Subject: [PATCH] Fixed crashpad build on macOS. --- docs/building-xcode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building-xcode.md b/docs/building-xcode.md index f11db2063..f286cf047 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -29,7 +29,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout ddd4084 + git checkout a77e4d5 cd ../ git clone https://chromium.googlesource.com/external/gyp git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git @@ -46,7 +46,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout ddd4084 + git checkout a77e4d5 cd .. git clone https://git.tukaani.org/xz.git