Ignore new Meson builtin options "python.platlibdir", "python.purelibdir", and "b_lto_threads" (since 0.60).
Signed-off-by: Philipp Zabel <[email protected]> --- scripts/configure_helper.py | 3 +++ 1 file changed, 3 insertions(+) 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", -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
