mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
exclude two system dylibs
This commit is contained in:
parent
9583a12fc6
commit
f9e90d497d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user