For better consistency, option --nsc becomes --enable-nsc, --python-disable becomes --disable-python.

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-09-06 14:46:01 +01:00
parent 9e629d895f
commit 80ba473c52
2 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ REQUIRED_PYGCCXML_VERSION = (0, 9, 5)
def set_options(opt):
opt.tool_options('python')
opt.add_option('--python-disable',
opt.add_option('--disable-python',
help=("Don't build Python bindings."),
action="store_true", default=False,
dest='python_disable')