diff options
| author | Charles Brunet <charles.brunet@optelgroup.com> | 2023-08-10 14:35:18 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-08-18 00:36:49 -0400 |
| commit | 7cbe37ebd94e9df984328fd9722cc2fc9f61651b (patch) | |
| tree | beb5045353c7fc7da5fd7db01e95db3af2073f1c /mesonbuild/modules/windows.py | |
| parent | 88747b4f8d4bb35c82c8855ecbd6a29ea419b6fd (diff) | |
| download | meson-7cbe37ebd94e9df984328fd9722cc2fc9f61651b.tar.gz | |
Add more descriptive description to CustomTarget
Allow modules using CustomTarget to modify the command description used by ninja backend. This result in more precise logs when building a project.
Diffstat (limited to 'mesonbuild/modules/windows.py')
| -rw-r--r-- | mesonbuild/modules/windows.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/modules/windows.py b/mesonbuild/modules/windows.py index f9c7c57d8..b7cdeb33f 100644 --- a/mesonbuild/modules/windows.py +++ b/mesonbuild/modules/windows.py @@ -206,6 +206,7 @@ class WindowsModule(ExtensionModule): depfile=depfile, depend_files=wrc_depend_files, extra_depends=wrc_depends, + description='Compiling Windows resource {}', )) return ModuleReturnValue(res_targets, [res_targets]) |
