From 4516cf7a0c586f8942263df4557ed3a5ecd07717 Mon Sep 17 00:00:00 2001 From: optizone <42874998+optizone@users.noreply.github.com> Date: Tue, 18 Jun 2019 11:33:58 +0300 Subject: [PATCH] Reset breakpad to buildable commit (#1605) --- scripts/prepare_breakpad.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/prepare_breakpad.bat b/scripts/prepare_breakpad.bat index ee46ac0d..5119fb70 100644 --- a/scripts/prepare_breakpad.bat +++ b/scripts/prepare_breakpad.bat @@ -12,6 +12,8 @@ mkdir %ROOT_DIR%\src\breakpad CD %ROOT_DIR%\src\breakpad powershell -Command "fetch breakpad" powershell -Command "gclient sync" +CD %ROOT_DIR%\src\breakpad\src +powershell -Command "git reset --hard 756daa536ad819eff80172aaab262fb71d1e89fd" CD %ROOT_DIR%\src\breakpad\src\src\client\windows DEL %CD%\breakpad_client.gyp @@ -25,5 +27,5 @@ CD %ROOT_DIR%\src\breakpad\src\src powershell -Command "tools\gyp\gyp.bat --no-circular-check client\windows\breakpad_client.gyp -Dwin_release_RuntimeLibrary=2 -Dwin_debug_RuntimeLibrary=2 -Dplatform=%ARCH% -Dconfiguration=release" set PATH=%BUFF_PATH% -msbuild /m %CD%\client\windows\breakpad_client.sln /p:Configuration=release /p:Platform=%ARCH% +msbuild /m %CD%\client\windows\breakpad_client.sln /p:Configuration=release /p:Platform=%ARCH% || exit /b 1 CD %ROOT_DIR%