Skip to content

wscript: fix build with waf >= 2.1.0#47

Open
ffontaine wants to merge 1 commit intoUSNavalResearchLaboratory:masterfrom
ffontaine:master
Open

wscript: fix build with waf >= 2.1.0#47
ffontaine wants to merge 1 commit intoUSNavalResearchLaboratory:masterfrom
ffontaine:master

Conversation

@ffontaine
Copy link

Replace add_option_group by add_argument_group and add_option by add_argument to avoid the following build failure with waf 2.1.0 and https://gitlab.com/ita1024/waf/-/commit/bd5c22d484734f7c1b77e16c91a10c7a44fa6c8a:

  File "/home/autobuild/autobuild/instance-21/output-1/build/norm-1.5.8/protolib/wscript", line 37, in options
    bind_opts = ctx.parser.add_option_group('Language Bindings', 'Use during configure step.')
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^

Replace add_option_group by add_argument_group and add_option by
add_argument to avoid the following build failure with waf 2.1.0 and
https://gitlab.com/ita1024/waf/-/commit/bd5c22d484734f7c1b77e16c91a10c7a44fa6c8a:

  File "/home/autobuild/autobuild/instance-21/output-1/build/norm-1.5.8/protolib/wscript", line 37, in options
    bind_opts = ctx.parser.add_option_group('Language Bindings', 'Use during configure step.')
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant