diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-10-12 22:52:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 22:52:25 +0300 |
commit | 9a57608cac4a422ffa450bcf75c0609639035e11 (patch) | |
tree | 055814a99331863a371abcf2a8e14f50d26da2d7 /docs/markdown/Commands.md | |
parent | 9b33885c2d00bb3737d3f35c278d599c50cfd609 (diff) | |
parent | aaabd6224f8fbba80840e598e67d4d16a19ae3ec (diff) | |
download | meson-9a57608cac4a422ffa450bcf75c0609639035e11.zip meson-9a57608cac4a422ffa450bcf75c0609639035e11.tar.gz meson-9a57608cac4a422ffa450bcf75c0609639035e11.tar.bz2 |
Merge pull request #10357 from xclaesse/update-wrapdb
Make `meson wrap update` command update all wraps in parallel
Diffstat (limited to 'docs/markdown/Commands.md')
-rw-r--r-- | docs/markdown/Commands.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md index 11ca6e0..c328461 100644 --- a/docs/markdown/Commands.md +++ b/docs/markdown/Commands.md @@ -266,6 +266,9 @@ Manages subprojects of the Meson project. *Since 0.59.0* commands are run on multiple subprojects in parallel by default, use `--num-processes=1` if it is not desired. +Since *0.64.0* the `update` subcommand will not download new wrap files +from WrapDB any more. Use `meson wrap update` command for that instead. + {{ subprojects_arguments.inc }} ### test |