bindings/python/wscript
changeset 3637 a6d8bf62a61d
parent 3625 30afad8324d5
child 3639 8e69ebf086f1
--- a/bindings/python/wscript	Fri Sep 05 21:36:20 2008 -0700
+++ b/bindings/python/wscript	Sat Sep 06 14:46:01 2008 +0100
@@ -28,7 +28,7 @@
 
 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')