diff options
| author | Tristan Partin <tristan@partin.io> | 2024-01-24 11:36:33 -0600 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-04-15 16:17:44 -0400 |
| commit | 2d3954efac61d37bdcf5c27204163e60d2932290 (patch) | |
| tree | a64de292bbcc4a282486ce79398c626dc1bf6571 /data | |
| parent | 886836a69bab1e0af8942d3f86171c462a802ff4 (diff) | |
| download | meson-2d3954efac61d37bdcf5c27204163e60d2932290.tar.gz | |
Add bztar support to meson dist
Some projects, like Postgres, distribute code in this format.
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 bd71a31da..e6f50f1af 100644 --- a/data/shell-completions/zsh/_meson +++ b/data/shell-completions/zsh/_meson @@ -32,7 +32,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,forcefallback})" -local __meson_dist_formats=("xztar" "gztar" "zip") +local __meson_dist_formats=("xztar" "bztar" "gztar" "zip") local __meson_cd='-C[change into this directory before running]:target dir:_directories' local -a __meson_common=( '--prefix=[installation prefix]: :_directories' |
