diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-04-08 01:08:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 01:08:51 +0300 |
commit | d6e71d0c566416c0ba940323c6f2734695c999d0 (patch) | |
tree | f87bf2eddd51f69213419b117162274725c480a9 /docs/markdown/snippets | |
parent | 09dd9e20df33c2ce91ec3304df6ad3909147987b (diff) | |
parent | 1105ba3afdf2f533782c5cc5ee984745989a1914 (diff) | |
download | meson-d6e71d0c566416c0ba940323c6f2734695c999d0.zip meson-d6e71d0c566416c0ba940323c6f2734695c999d0.tar.gz meson-d6e71d0c566416c0ba940323c6f2734695c999d0.tar.bz2 |
Merge pull request #3312 from MathieuDuponchelle/alwaysfallback
new wrap-mode: forcefallback
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/new-wrap-mode.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/new-wrap-mode.md b/docs/markdown/snippets/new-wrap-mode.md new file mode 100644 index 0000000..e33dd83 --- /dev/null +++ b/docs/markdown/snippets/new-wrap-mode.md @@ -0,0 +1,3 @@ +A new wrap mode was added, `--wrap-mode=forcefallback`. When this is set, +dependencies for which a fallback was provided will always use it, even +if an external dependency exists and satisfies the version requirements. |