mirror of https://github.com/KLayout/klayout.git
Maxbe fixing build issue
This commit is contained in:
parent
cb2a24b886
commit
7d27bc49f4
1
setup.py
1
setup.py
|
|
@ -538,6 +538,7 @@ class Config(object):
|
||||||
if is_library:
|
if is_library:
|
||||||
args += [
|
args += [
|
||||||
"-Wl,-dylib",
|
"-Wl,-dylib",
|
||||||
|
"-Wl,--headerpad_max_install_names,128",
|
||||||
"-Wl,-install_name,@rpath/%s" % self.libname_of(mod, is_lib=True),
|
"-Wl,-install_name,@rpath/%s" % self.libname_of(mod, is_lib=True),
|
||||||
]
|
]
|
||||||
args += ["-Wl,-rpath,@loader_path/"]
|
args += ["-Wl,-rpath,@loader_path/"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue