Tentatively switch to build modular bindings by default, to test them

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-03-29 18:50:56 +01:00
parent 2e6846a36c
commit 2f769cecaa

View File

@@ -57,7 +57,7 @@ def set_options(opt):
choices=c,
help=("Type of Python bindings to build %r. "
"Warning: the modular bindings are still experimental." % (c,)),
default="monolithic",
default="modular",
dest='bindings_type')
opt.add_option('--disable-python',
help=("Don't build Python bindings."),