diff --git a/wscript b/wscript index ff29f95..7b7e6b3 100755 --- a/wscript +++ b/wscript @@ -46,7 +46,7 @@ system = platform.system().lower() def options(ctx): ctx.recurse('protolib') - build_opts = ctx.parser.add_option_group('Compile/install Options', 'Use during build/install step.') + build_opts = ctx.parser.add_argument_group('Compile/install Options', 'Use during build/install step.') def configure(ctx): ctx.recurse('protolib')