Skip to content

Commit 2f33a04

Browse files
author
John Kleinschmidt
authored
build: update patches (electron#23061)
1 parent ff21444 commit 2f33a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/chromium/fix_breakpad_symbol_generation_on_linux_arm.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Fixes broken Linux ARM breakpad symbol generation by patching
77
out an `ldd`-related call that was throwing.
88

99
diff --git a/components/crash/content/tools/generate_breakpad_symbols.py b/components/crash/content/tools/generate_breakpad_symbols.py
10-
index 7ecc72117881fdfa64170d62f94627a7f6dda7ad..62c9dfaf7f4ac1bfaf6e453fad90bda66f682864 100755
10+
index a367fa2bf31591c98dd4245d42a71cd9da82f2d9..662d217b6a33a9dee0ba244b2bab6e3f46834db0 100755
1111
--- a/components/crash/content/tools/generate_breakpad_symbols.py
1212
+++ b/components/crash/content/tools/generate_breakpad_symbols.py
13-
@@ -67,7 +67,8 @@ def GetSharedLibraryDependenciesLinux(binary, options):
13+
@@ -64,7 +64,8 @@ def GetSharedLibraryDependenciesLinux(binary):
1414
"""Return absolute paths to all shared library dependencies of the binary.
1515

1616
This implementation assumes that we're running on a Linux system."""

0 commit comments

Comments
 (0)