diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2018-03-24 23:44:50 +0100 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2018-04-06 23:48:48 +0200 |
commit | 31f0242a6fad3f15dc42f81927b5627c73516958 (patch) | |
tree | ed05c9eb260a825fa3c8659a9d2789568c28d154 /docs/markdown/snippets | |
parent | aef1a81b3586aeb48988b60fbeaef5c19e112c45 (diff) | |
download | meson-31f0242a6fad3f15dc42f81927b5627c73516958.zip meson-31f0242a6fad3f15dc42f81927b5627c73516958.tar.gz meson-31f0242a6fad3f15dc42f81927b5627c73516958.tar.bz2 |
new wrap-mode: forcefallback
This can be useful to make sure that a project builds when
its fallbacks are used on systems where external dependencies
satisfy the version requirements, or to easily hack on the sources
of a dependency for which a fallback exists.
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. |