From 2f769cecaabced62294337eb7994bca98887c0cc Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Tue, 29 Mar 2011 18:50:56 +0100 Subject: [PATCH] Tentatively switch to build modular bindings by default, to test them --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 50d615cdd..f3768559d 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -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."),