More waf 1.6.7 build fixes

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-09-12 14:54:27 +01:00
parent c3059b6e68
commit 0536f2416f
9 changed files with 130 additions and 140 deletions

View File

@@ -46,7 +46,7 @@ def set_pybindgen_pythonpath(env):
add_to_python_path(env['WITH_PYBINDGEN'])
def set_options(opt):
def options(opt):
opt.tool_options('python')
opt.add_option('--disable-python',
help=("Don't build Python bindings."),