|
|
|
@ -165,7 +165,7 @@ class MesonApp: |
|
|
|
|
if not reconfigure and not wipe: |
|
|
|
|
print('Directory already configured.\n' |
|
|
|
|
'\nJust run your build command (e.g. ninja) and Meson will regenerate as necessary.\n' |
|
|
|
|
'If ninja fails, run "ninja reconfigure" or "meson --reconfigure"\n' |
|
|
|
|
'If ninja fails, run "ninja reconfigure" or "meson setup --reconfigure"\n' |
|
|
|
|
'to force Meson to regenerate.\n' |
|
|
|
|
'\nIf build failures persist, run "meson setup --wipe" to rebuild from scratch\n' |
|
|
|
|
'using the same options as passed when configuring the build.' |
|
|
|
|