mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
deply-ng: Add libedit.*.dylib to list of macOS system libraries
This commit is contained in:
parent
33e6b6bf7a
commit
90b0f501dc
@ -230,7 +230,7 @@ class build_apps(setuptools.Command):
|
|||||||
'*libobjc.*.dylib', '*trustevaluationagent.framework*', '*libz.*.dylib',
|
'*libobjc.*.dylib', '*trustevaluationagent.framework*', '*libz.*.dylib',
|
||||||
'*coreservices.framework*', '*applicationservices.framework*',
|
'*coreservices.framework*', '*applicationservices.framework*',
|
||||||
'*opengl.framework*', '*carbon.framework*', '*cocoa.framework*',
|
'*opengl.framework*', '*carbon.framework*', '*cocoa.framework*',
|
||||||
'*libsystem.*.dylib'
|
'*libsystem.*.dylib', '*libedit.*.dylib'
|
||||||
]
|
]
|
||||||
self.package_data_dirs = {}
|
self.package_data_dirs = {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user