From 7d27bc49f48aa5edaaeadf625c7088407e5fd1fb Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 7 Feb 2026 15:54:51 +0100 Subject: [PATCH] Maxbe fixing build issue --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6f3415574..695cc171f 100644 --- a/setup.py +++ b/setup.py @@ -538,6 +538,7 @@ class Config(object): if is_library: args += [ "-Wl,-dylib", + "-Wl,--headerpad_max_install_names,128", "-Wl,-install_name,@rpath/%s" % self.libname_of(mod, is_lib=True), ] args += ["-Wl,-rpath,@loader_path/"]