From 593024547462f43a581c24509d967e54d5a720cd Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 7 Feb 2026 16:02:09 +0100 Subject: [PATCH] Typo fixed? --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 695cc171f..5a7bab9a6 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,128", "-Wl,-install_name,@rpath/%s" % self.libname_of(mod, is_lib=True), ] args += ["-Wl,-rpath,@loader_path/"]