mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
dist: Use manylinux2010 instead of manylinux1 by default
This commit is contained in:
parent
53741ffa13
commit
7462cee18b
4
direct/src/dist/commands.py
vendored
4
direct/src/dist/commands.py
vendored
@ -180,7 +180,7 @@ class build_apps(setuptools.Command):
|
||||
self.exclude_modules = {}
|
||||
self.icons = {}
|
||||
self.platforms = [
|
||||
'manylinux1_x86_64',
|
||||
'manylinux2010_x86_64',
|
||||
'macosx_10_9_x86_64',
|
||||
'win_amd64',
|
||||
]
|
||||
@ -1330,6 +1330,8 @@ class bdist_apps(setuptools.Command):
|
||||
DEFAULT_INSTALLERS = {
|
||||
'manylinux1_x86_64': ['gztar'],
|
||||
'manylinux1_i686': ['gztar'],
|
||||
'manylinux2010_x86_64': ['gztar'],
|
||||
'manylinux2010_i686': ['gztar'],
|
||||
# Everything else defaults to ['zip']
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user