Typo fixed?

This commit is contained in:
Matthias Koefferlein 2026-02-07 16:02:09 +01:00
parent 7d27bc49f4
commit 5930245474
1 changed files with 1 additions and 1 deletions

View File

@ -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/"]