浏览代码

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

Mitchell Stokes 7 年之前
父节点
当前提交
90b0f501dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      direct/src/showutil/dist.py

+ 1 - 1
direct/src/showutil/dist.py

@@ -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 = {}