diff options
| author | Jon Turney <jon.turney@dronecode.org.uk> | 2020-01-25 13:36:05 +0000 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-09-10 07:20:41 +0000 |
| commit | 1480fdfa9a2cfebe2399c930d2966a3ad5aa0d82 (patch) | |
| tree | 834f17e4b83812f30bdb255a130ee2be80e1621f /docs/markdown/snippets | |
| parent | 88e13c5f7c8e977ed879cabaa2800c211a536b60 (diff) | |
| download | meson-1480fdfa9a2cfebe2399c930d2966a3ad5aa0d82.tar.gz | |
Add release note snippet
Diffstat (limited to 'docs/markdown/snippets')
| -rw-r--r-- | docs/markdown/snippets/native_compiler_not_required.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/native_compiler_not_required.md b/docs/markdown/snippets/native_compiler_not_required.md new file mode 100644 index 000000000..ee51ef870 --- /dev/null +++ b/docs/markdown/snippets/native_compiler_not_required.md @@ -0,0 +1,4 @@ +## Native (build machine) compilers not always required by `project()` + +When cross-compiling, native (build machine) compilers for the languages +specified in `project()` are not required, if no targets use them. |
