git » python-wxpython.git » main » tree

[main] / wscript-weird-fix.patch

diff --git a/wscript b/wscript
index 048a3df6..5ee01331 100644
--- a/wscript
+++ b/wscript
@@ -40,8 +40,8 @@ def options(opt):
 
     opt.add_option('--debug', dest='debug', action='store_true', default=False,
                    help='Turn on debugger-related compile options.')
-    opt.add_option('--python', dest='python', default='', action='store',
-                   help='Full path to the Python executable to use.')
+#    opt.add_option('--python', dest='python', default='', action='store',
+#                   help='Full path to the Python executable to use.')
     opt.add_option('--wx_config', dest='wx_config', default='wx-config', action='store',
                    help='Full path to the wx-config script to be used for this build.')
     opt.add_option('--no_magic', dest='no_magic', action='store_true', default=False,