mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
deploy-ng: Fix build_apps user options
This commit is contained in:
parent
39dba025b7
commit
a8d1e9444b
@ -25,8 +25,8 @@ if 'basestring' not in globals():
|
||||
class build_apps(distutils.core.Command):
|
||||
description = 'build Panda3D applications'
|
||||
user_options = [
|
||||
('build-base', None, 'directory to build applications in'),
|
||||
('requirements-path', None, 'path to requirements.txt file for pip'),
|
||||
('build-base=', None, 'directory to build applications in'),
|
||||
('requirements-path=', None, 'path to requirements.txt file for pip'),
|
||||
]
|
||||
|
||||
def initialize_options(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user