Browse Source

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

Mitchell Stokes 7 years ago
parent
commit
90b0f501dc
1 changed files with 1 additions and 1 deletions
  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 = {}