You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/cx_Freeze/files/cx_Freeze-6.6-buildsystem.p...

12 lines
502 B

--- a/setup.py 2021-04-15 11:18:45.040000000 +0300
+++ b/setup.py 2021-04-15 11:18:59.880000000 +0300
@@ -87,8 +87,6 @@
if "--with-lto" in get_config_var("CONFIG_ARGS"):
extra_args.append("-flto")
extra_args.append("-Wl,-export_dynamic")
- else:
- extra_args.append("-s")
extra_args.append("-Wl,-rpath,$ORIGIN/lib")
extra_args.append("-Wl,-rpath,$ORIGIN/../lib")
self.compiler.link_executable(