We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a337dfe commit 59a6088Copy full SHA for 59a6088
mesonbuild/msetup.py
@@ -165,7 +165,7 @@ def validate_dirs(self) -> T.Tuple[str, str]:
165
if not self.options.reconfigure and not self.options.wipe:
166
print('Directory already configured.\n\n'
167
'Just run your build command (e.g. ninja) and Meson will regenerate as necessary.\n'
168
- 'Run "meson setup --reconfigure to force Meson to regenerate.\n\n'
+ 'Run "meson setup --reconfigure" to force Meson to regenerate.\n\n'
169
'If build failures persist, run "meson setup --wipe" to rebuild from scratch\n'
170
'using the same options as passed when configuring the build.')
171
if self.options.cmd_line_options:
0 commit comments