aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-build_linux_strip__binary.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-build_linux_strip__binary.py')
-rw-r--r--www/ungoogled-chromium/files/patch-build_linux_strip__binary.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/ungoogled-chromium/files/patch-build_linux_strip__binary.py b/www/ungoogled-chromium/files/patch-build_linux_strip__binary.py
index cf324c1fabd2..e73e7b33307c 100644
--- a/www/ungoogled-chromium/files/patch-build_linux_strip__binary.py
+++ b/www/ungoogled-chromium/files/patch-build_linux_strip__binary.py
@@ -1,10 +1,10 @@
---- build/linux/strip_binary.py.orig 2022-10-01 07:40:07 UTC
+--- build/linux/strip_binary.py.orig 2025-09-10 13:22:16 UTC
+++ build/linux/strip_binary.py
@@ -10,6 +10,7 @@ import sys
- def main():
+ def main() -> int:
+ return 0
- argparser = argparse.ArgumentParser(description='eu-strip binary.')
-
- argparser.add_argument('--eu-strip-binary-path', help='eu-strip path.')
+ parser = argparse.ArgumentParser(description="Strip binary using LLVM tools.")
+ parser.add_argument("--llvm-strip-binary-path",
+ help="Path to llvm-strip executable.")