diff options
-rw-r--r-- | mesonbuild/modules/windows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/modules/windows.py b/mesonbuild/modules/windows.py index 62cb9d1..ac5b8b3 100644 --- a/mesonbuild/modules/windows.py +++ b/mesonbuild/modules/windows.py @@ -66,7 +66,7 @@ class WindowsModule(ExtensionModule): res_args = extra_args + ['@INPUT@', '@OUTPUT@'] suffix = 'o' if not rescomp.found(): - raise MesonException('Could not find Windows resource compiler %s.' % ' '.join(rescomp.get_command())) + raise MesonException('Could not find Windows resource compiler "%s".' % rescomp_name) res_targets = [] |