diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-02-23 20:23:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 20:23:03 +0200 |
commit | 9c604320a0cd47a5b22b52e157d43b73b0533e82 (patch) | |
tree | 0e90134be40901fcbea20faf36c539b474b80683 /docs/markdown/snippets | |
parent | ee94cb6c15732c8b5f329164af7f2b0a63f4fa6d (diff) | |
parent | 04e89d0867e358df347dbc8cb91e6df7bc365d9a (diff) | |
download | meson-9c604320a0cd47a5b22b52e157d43b73b0533e82.zip meson-9c604320a0cd47a5b22b52e157d43b73b0533e82.tar.gz meson-9c604320a0cd47a5b22b52e157d43b73b0533e82.tar.bz2 |
Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-windows
Implement symbolextractor on windows + some cleanups/fixes
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/ninja_version_bump.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/markdown/snippets/ninja_version_bump.md b/docs/markdown/snippets/ninja_version_bump.md new file mode 100644 index 0000000..9c5f6e8 --- /dev/null +++ b/docs/markdown/snippets/ninja_version_bump.md @@ -0,0 +1,10 @@ +## Ninja version requirement bumped to 1.7 + +Meson now uses the [Implicit outputs](https://ninja-build.org/manual.html#ref_outputs) +feature of Ninja for some types of targets that have multiple outputs which may +not be listed on the command-line. This feature requires Ninja 1.7+. + +Note that the latest version of [Ninja available in Ubuntu 16.04](https://packages.ubuntu.com/search?keywords=ninja-build&searchon=names&suite=xenial-backports§ion=all) +(the oldest Ubuntu LTS at the time of writing) is 1.7.1. If your distro does +not ship with a new-enough Ninja, you can download the latest release from +Ninja's GitHub page: https://github.com/ninja-build/ninja/releases |