restriting filter to /usr/local/opt

That means that /usr/local/lib folders are not going to be copied.
This commit is contained in:
Thomas Ferreira de Lima 2018-03-13 12:12:52 -04:00
parent ea8aa5f99f
commit 498eb6fc56
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -179,7 +179,7 @@ def SetChangeLibIdentificationName( executable, relativedir ):
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.
dylibPath = str(Path(dylibPath))
cmdNameId = XcodeToolChain['nameID']

Binary file not shown.