mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
deploy-ng: fix wrong platform tag for 32-bit Linux in bdist_apps
This commit is contained in:
parent
54b3474670
commit
305621338f
@ -1126,7 +1126,7 @@ class build_apps(setuptools.Command):
|
||||
class bdist_apps(setuptools.Command):
|
||||
DEFAULT_INSTALLERS = {
|
||||
'manylinux1_x86_64': ['gztar'],
|
||||
'manylinux1_i386': ['gztar'],
|
||||
'manylinux1_i686': ['gztar'],
|
||||
# Everything else defaults to ['zip']
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user