[ptxdist] [PATCH] configure_helper: blacklist Meson builtin options

2020-07-08 Thread Philipp Zabel
Blacklist the build.cpp_rtti, build.objc_args, build.objc_link_args, build.objcpp_args, build.objcpp_link_args, and cpp_rtti builtin options. Signed-off-by: Philipp Zabel --- scripts/configure_helper.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/configure_helper.py

[ptxdist] [PATCH] configure_helper: blacklist Meson builtin options

2019-11-06 Thread Philipp Zabel
Blacklist the cmake_prefix_path, cpp_eh, and pkg_config_path builtin options and the new (since 0.51.0) 'build.' prefixed options. Signed-off-by: Philipp Zabel --- scripts/configure_helper.py | 13 + 1 file changed, 13 insertions(+) diff --git a/scripts/configure_helper.py