Thanks, applied as 2f5f66df54bef4a7a03c8ec9a7959a35e8a9c57c. Michael
[sent from post-receive hook] On Fri, 26 Nov 2021 15:35:21 +0100, Philipp Zabel <[email protected]> wrote: > Ignore new Meson builtin options "python.platlibdir", > "python.purelibdir", and "b_lto_threads" (since 0.60). > > Signed-off-by: Philipp Zabel <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py > index 177b609f0b3b..c6daf6b6cec8 100755 > --- a/scripts/configure_helper.py > +++ b/scripts/configure_helper.py > @@ -99,6 +99,7 @@ meson_blacklist = [ > "b_colorout", > "b_coverage", > "b_lto", > + "b_lto_threads", > "b_lundef", > "b_ndebug", > "b_pch", > @@ -148,6 +149,8 @@ meson_blacklist = [ > "mandir", > "optimization", > "pkg_config_path", > + "python.platlibdir", > + "python.purelibdir", > "sbindir", > "sharedstatedir", > "stdsplit", _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
