mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Add librt.so.1 to the list of libraries to ignore
This commit is contained in:
parent
987c5135a0
commit
378f3e7e52
@ -2489,6 +2489,7 @@ class Packager:
|
||||
GlobPattern('libthr.so*'),
|
||||
GlobPattern('ld-linux.so*'),
|
||||
GlobPattern('ld-linux-*.so*'),
|
||||
GlobPattern('librt.so*'),
|
||||
]
|
||||
|
||||
# A Loader for loading models.
|
||||
|
Loading…
x
Reference in New Issue
Block a user