From 76f6874e4841954a63ac9fb79deec353f50648d1 Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Tue, 27 Feb 2024 21:47:50 -0500 Subject: Fix base and compiler options not reconfigurable. Fixes #12920. --- run_project_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_project_tests.py') diff --git a/run_project_tests.py b/run_project_tests.py index 60ff56f70..6fc9cb7f7 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -981,7 +981,7 @@ def have_working_compiler(lang: str, use_tmp: bool) -> bool: return False if not compiler: return False - env.coredata.process_new_compiler(lang, compiler, env) + env.coredata.process_compiler_options(lang, compiler, env) try: compiler.sanity_check(env.get_scratch_dir(), env) except mesonlib.MesonException: -- cgit v1.2.3