opnsense-ports/devel/electron32/files/patch-build_linux_strip__binary.py
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

10 lines
299 B
Python

--- build/linux/strip_binary.py.orig 2022-02-07 13:39:41 UTC
+++ build/linux/strip_binary.py
@@ -10,6 +10,7 @@ import sys
def main():
+ return 0
argparser = argparse.ArgumentParser(description='eu-strip binary.')
argparser.add_argument('--eu-strip-binary-path', help='eu-strip path.')