From 860999af40c36ebd05898e7ec8300801a279089b Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 7 Feb 2026 16:15:10 +0100 Subject: [PATCH] F*** GPT --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a7bab9a6..a06d6a143 100644 --- a/setup.py +++ b/setup.py @@ -538,7 +538,7 @@ class Config(object): if is_library: args += [ "-Wl,-dylib", - "-Wl,-headerpad_max_install_names,128", + "-Wl,-headerpad_max_install_names", "-Wl,-install_name,@rpath/%s" % self.libname_of(mod, is_lib=True), ] args += ["-Wl,-rpath,@loader_path/"]