mirror of https://github.com/KLayout/klayout.git
restriting filter to /usr/local/opt
That means that /usr/local/lib folders are not going to be copied.
This commit is contained in:
parent
ea8aa5f99f
commit
498eb6fc56
Binary file not shown.
|
|
@ -179,7 +179,7 @@ def SetChangeLibIdentificationName( executable, relativedir ):
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
||||||
def WalkLibDependencyTree( dylibPath, depth=0, filter_regex=r'\t+/usr/local'):
|
def WalkLibDependencyTree( dylibPath, depth=0, filter_regex=r'\t+/usr/local/opt'):
|
||||||
NOTHINGTODO = [] # return empty list if nothing to do.
|
NOTHINGTODO = [] # return empty list if nothing to do.
|
||||||
dylibPath = str(Path(dylibPath))
|
dylibPath = str(Path(dylibPath))
|
||||||
cmdNameId = XcodeToolChain['nameID']
|
cmdNameId = XcodeToolChain['nameID']
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue