diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-05-04 18:02:05 +1000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-04 22:09:27 +0300 |
commit | a576791064b92bfe44c958648eee64f55e87b23d (patch) | |
tree | f27b22873ab25ee2faaed50695a94ef8e7362253 /docs/markdown/Using-multiple-build-directories.md | |
parent | ca924451ac257d4b410d5da33d9354d195490237 (diff) | |
download | meson-a576791064b92bfe44c958648eee64f55e87b23d.tar.gz |
Use American English - 'ise' -> 'ize' where applicable
Diffstat (limited to 'docs/markdown/Using-multiple-build-directories.md')
-rw-r--r-- | docs/markdown/Using-multiple-build-directories.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Using-multiple-build-directories.md b/docs/markdown/Using-multiple-build-directories.md index 9e170b89f..c07b39c68 100644 --- a/docs/markdown/Using-multiple-build-directories.md +++ b/docs/markdown/Using-multiple-build-directories.md @@ -36,7 +36,7 @@ The cross compilation file sets up Wine so that not only can you compile your ap To compile any of these build types, just cd into the corresponding build directory and run `ninja` or instruct your IDE to do the same. Note that once you have set up your build directory once, you can just run Ninja and Meson will ensure that the resulting build is fully up to date according to the source. Even if you have not touched one of the directories in weeks and have done major changes to your build configuration, Meson will detect this and bring the build directory up to date (or print an error if it can't do that). This allows you to do most of your work in the default directory and use the others every now and then without having to babysit your build directories. -## Specialised uses ## +## Specialized uses ## Separate build directories allows easy integration for various different kinds of tools. As an example, Clang comes with a static analyzer. It is meant to be run from scratch on a given source tree. The steps to run it with Meson are very simple. |