diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2024-06-08 23:16:36 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-06-14 17:19:53 +0300 |
| commit | c0d86024f5e647858f88bc400b45b3ad88a25c97 (patch) | |
| tree | b6384fe1f810a32c5276bf4bd8b8c641505d8157 /run_tests.py | |
| parent | 2b1510d7068747541f8d49ba876570d62fde5d0e (diff) | |
| download | meson-c0d86024f5e647858f88bc400b45b3ad88a25c97.tar.gz | |
Rename option variable to optstore to make it unique.
Diffstat (limited to 'run_tests.py')
| -rwxr-xr-x | run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index 63eb62c19..5b229d790 100755 --- a/run_tests.py +++ b/run_tests.py @@ -151,7 +151,7 @@ def get_fake_env(sdir='', bdir=None, prefix='', opts=None): if opts is None: opts = get_fake_options(prefix) env = Environment(sdir, bdir, opts) - env.coredata.options[OptionKey('args', lang='c')] = FakeCompilerOptions() + env.coredata.optstore[OptionKey('args', lang='c')] = FakeCompilerOptions() env.machines.host.cpu_family = 'x86_64' # Used on macOS inside find_library # Invalidate cache when using a different Environment object. clear_meson_configure_class_caches() |
