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 /data | |
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 'data')
-rw-r--r-- | data/shell-completions/zsh/_meson | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/shell-completions/zsh/_meson b/data/shell-completions/zsh/_meson index 877d700..481d04c 100644 --- a/data/shell-completions/zsh/_meson +++ b/data/shell-completions/zsh/_meson @@ -31,7 +31,7 @@ local -i ret local __meson_backends="(ninja xcode ${(j. .)${:-vs{,2010,2015,2017}}})" local __meson_build_types="(plain debug debugoptimized minsize release)" -local __meson_wrap_modes="(WrapMode.{default,nofallback,nodownload})" +local __meson_wrap_modes="(WrapMode.{default,nofallback,nodownload,forcefallback})" local -a meson_commands=( 'setup:set up a build directory' |