deply-ng: Add libedit.*.dylib to list of macOS system libraries

This commit is contained in:
Mitchell Stokes 2018-10-07 12:31:17 -07:00
parent 33e6b6bf7a
commit 90b0f501dc

View File

@ -230,7 +230,7 @@ class build_apps(setuptools.Command):
'*libobjc.*.dylib', '*trustevaluationagent.framework*', '*libz.*.dylib',
'*coreservices.framework*', '*applicationservices.framework*',
'*opengl.framework*', '*carbon.framework*', '*cocoa.framework*',
'*libsystem.*.dylib'
'*libsystem.*.dylib', '*libedit.*.dylib'
]
self.package_data_dirs = {}