blob: e71c1e55006ddf0012985705714bef9e16d15c66 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- cx_Freeze-6.7/setup.py 2021-07-09 01:46:47.000000000 +0200
+++ cx_Freeze-6.7.new/setup.py 2021-08-03 17:27:53.413089371 +0200
@@ -91,7 +91,6 @@
# fix a bug using macOS on Github Actions
if "--with-lto" in get_config_var("CONFIG_ARGS"):
extra_args.append("-flto")
- extra_args.append("-Wl,-export_dynamic")
if sys.platform != "darwin":
extra_args.append("-s")
extra_args.append("-Wl,-rpath,$ORIGIN/lib")
|