diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-08-03 14:53:09 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-20 15:15:53 -0700 |
| commit | 87dac856b61dbd98e922aa159f08bce4852941d9 (patch) | |
| tree | 63c4c3a88da670622fa8b2f5c44d3923493c6774 /mesonbuild/dependencies/hdf5.py | |
| parent | 2496bf2cf0781013ced5926b2be76a6a828e8cee (diff) | |
| download | meson-87dac856b61dbd98e922aa159f08bce4852941d9.tar.gz | |
dependencies: Add remaining internal arguments to Dependency classes
These may be better replaced by setting instance attributes, honestly.
Diffstat (limited to 'mesonbuild/dependencies/hdf5.py')
| -rw-r--r-- | mesonbuild/dependencies/hdf5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/hdf5.py b/mesonbuild/dependencies/hdf5.py index be58b6db8..5894cfb46 100644 --- a/mesonbuild/dependencies/hdf5.py +++ b/mesonbuild/dependencies/hdf5.py @@ -102,7 +102,7 @@ class HDF5ConfigToolDependency(ConfigToolDependency): for_machine = kwargs.get('native', MachineChoice.HOST) nkwargs = kwargs.copy() - nkwargs['tools'] = tools # type: ignore[typeddict-unknown-key] + nkwargs['tools'] = tools # Override the compiler that the config tools are going to use by # setting the environment variables that they use for the compiler and |
