aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-build_linux_strip__binary.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron38/files/patch-build_linux_strip__binary.py')
-rw-r--r--devel/electron38/files/patch-build_linux_strip__binary.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-build_linux_strip__binary.py b/devel/electron38/files/patch-build_linux_strip__binary.py
new file mode 100644
index 000000000000..98cfa69ac55d
--- /dev/null
+++ b/devel/electron38/files/patch-build_linux_strip__binary.py
@@ -0,0 +1,10 @@
+--- build/linux/strip_binary.py.orig 2025-08-26 20:49:50 UTC
++++ build/linux/strip_binary.py
+@@ -10,6 +10,7 @@ def main() -> int:
+
+
+ def main() -> int:
++ return 0
+ parser = argparse.ArgumentParser(description="Strip binary using LLVM tools.")
+ parser.add_argument("--llvm-strip-binary-path",
+ help="Path to llvm-strip executable.")