opnsense-ports/devel/electron22/files/patch-build_linux_strip__binary.py
Franco Fichtner d016c42591 */*: sync with upstream
Taken from: FreeBSD
2023-01-30 10:59:54 +01: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.')