mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
deploy-ng: Add libbz2, libz, and liblzma to the manylinux1 ignore list
This commit is contained in:
parent
16255d528e
commit
cd102e6f09
@ -70,6 +70,7 @@ class build_apps(distutils.core.Command):
|
||||
'libdl.so.2', 'libstdc++.so.6', 'libm.so.6', 'libgcc_s.so.1',
|
||||
'libpthread.so.0', 'libc.so.6', 'ld-linux-x86-64.so.2',
|
||||
'libgl.so.1', 'libx11.so.6', 'libreadline.so.5', 'libncursesw.so.5',
|
||||
'libbz2.so.1', 'libz.so.1', 'liblzma.so.0',
|
||||
]
|
||||
|
||||
# We keep track of the zip files we've opened.
|
||||
|
Loading…
x
Reference in New Issue
Block a user