Browse Source

exclude two system dylibs

David Rose 16 years ago
parent
commit
f9e90d497d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/p3d/Packager.py

+ 1 - 1
direct/src/p3d/Packager.py

@@ -1792,7 +1792,7 @@ class Packager:
             'oleaut32.dll', 'gdiplus.dll', 'winmm.dll',
             'oleaut32.dll', 'gdiplus.dll', 'winmm.dll',
 
 
             'libsystem.b.dylib', 'libmathcommon.a.dylib', 'libmx.a.dylib',
             'libsystem.b.dylib', 'libmathcommon.a.dylib', 'libmx.a.dylib',
-            'libstdc++.6.dylib',
+            'libstdc++.6.dylib', 'libobjc.a.dylib', 'libauto.dylib',
             ]
             ]
 
 
         # As above, but with filename globbing to catch a range of
         # As above, but with filename globbing to catch a range of