mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -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):
|
class build_apps(distutils.core.Command):
|
||||||
description = 'build Panda3D applications'
|
description = 'build Panda3D applications'
|
||||||
user_options = [
|
user_options = [
|
||||||
('build-base', None, 'directory to build applications in'),
|
('build-base=', None, 'directory to build applications in'),
|
||||||
('requirements-path', None, 'path to requirements.txt file for pip'),
|
('requirements-path=', None, 'path to requirements.txt file for pip'),
|
||||||
]
|
]
|
||||||
|
|
||||||
def initialize_options(self):
|
def initialize_options(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user