diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-01-06 15:48:33 -0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-01-08 10:04:43 -0800 |
| commit | d1422509fc00450928e7a8c40b4fbacc05464f68 (patch) | |
| tree | 9facaef6e4fa094cf679766cf427144cd19dbab3 /mesonbuild/templates/objctemplates.py | |
| parent | 9f0ac314ba0c54cc18c2499845324efc14c1849e (diff) | |
| download | meson-d1422509fc00450928e7a8c40b4fbacc05464f68.tar.gz | |
templates: add meson.override_dependency()
Diffstat (limited to 'mesonbuild/templates/objctemplates.py')
| -rw-r--r-- | mesonbuild/templates/objctemplates.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/templates/objctemplates.py b/mesonbuild/templates/objctemplates.py index 30f480424..ff3aba10c 100644 --- a/mesonbuild/templates/objctemplates.py +++ b/mesonbuild/templates/objctemplates.py @@ -89,6 +89,7 @@ test('{test_name}', test_exe) dependencies : dependencies, link_with : shlib, ) +meson.override_dependency('{project_name}', {ltoken}_dep) # Make this library usable from the system's # package manager. |
