diff options
| author | Alexis Jeandet <alexis.jeandet@member.fsf.org> | 2017-07-17 15:27:09 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-17 16:44:51 +0200 |
| commit | e1b24765afd9e7d2d8043a408d69c7ad814d3551 (patch) | |
| tree | 238e5acfe52f5693fbd657843f6fd3d31864fabf /docs/markdown/Quick-guide.md | |
| parent | 361b09c491f9bdff35046e78baeb8c0f9bf9feeb (diff) | |
| download | meson-e1b24765afd9e7d2d8043a408d69c7ad814d3551.tar.gz | |
Removed minor typos in documentation.
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Diffstat (limited to 'docs/markdown/Quick-guide.md')
| -rw-r--r-- | docs/markdown/Quick-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Quick-guide.md b/docs/markdown/Quick-guide.md index 5feccbc5c..32e2b7d45 100644 --- a/docs/markdown/Quick-guide.md +++ b/docs/markdown/Quick-guide.md @@ -62,7 +62,7 @@ $ CFLAGS=... CXXFLAGS=... LDFLAGS=.. meson --prefix /usr --buildtype=plain build $ ninja -v -C builddir $ ninja -C builddir test $ DESTDIR=/path/to/staging/root ninja -C builddir install -```` +``` The command line switch `--buildtype=plain` tells Meson not to add its own flags to the command line. This gives the packager total control on used flags. |
