mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
deploy-ng: librt.so.1 to libutil.so.1 to exclude_dependencies
This commit is contained in:
parent
1afcda4700
commit
fcacc3c2be
@ -101,7 +101,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',
|
||||
'libbz2.so.1', 'libz.so.1', 'liblzma.so.0', 'librt.so.1', 'libutil.so.1',
|
||||
]
|
||||
|
||||
# We keep track of the zip files we've opened.
|
||||
|
@ -18,9 +18,9 @@ setup(
|
||||
],
|
||||
'platforms': [
|
||||
'manylinux1_x86_64',
|
||||
'macosx_10_6_x86_64',
|
||||
'win32',
|
||||
'win_amd64',
|
||||
#'macosx_10_6_x86_64',
|
||||
#'win32',
|
||||
#'win_amd64',
|
||||
],
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user