Tell users about ninja rebuild and meson configure

pull/2163/head
Chet Gurevitch 8 years ago
parent 0ec2e530e1
commit 2da2c92698
  1. 5
      mesonbuild/mesonmain.py

@ -116,9 +116,10 @@ class MesonApp:
print('''Trying to run Meson on a build directory that has already been configured.
If you want to build it, just run your build command (e.g. ninja) inside the
build directory. Meson will autodetect any changes in your setup and regenerate
itself as required.
itself as required. Though it shouldn't be necessary, running ninja reconfigure
will force Meson to regenerate the build files.
If you want to change option values, use the mesonconf tool instead.''')
If you want to change option values, use meson configure instead.''')
sys.exit(0)
else:
if handshake:

Loading…
Cancel
Save