Skip to content

Commit

Permalink
docs: note required value for clone-recursive in wrap
Browse files Browse the repository at this point in the history
Fixes #13821 but perhaps a separate ticket should be opened for a
related bug, or maybe some extra docs are needed. Note in the ticket I
mentioned three things I had to do to get it working as expected after
the failures.
  • Loading branch information
andy5995 committed Oct 30, 2024
1 parent 1840bb0 commit 562cf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/Wrap-dependency-system-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ case, the directory will be copied into `subprojects/` before applying patches.
- `push-url` - alternative url to configure as a git push-url. Useful if
the subproject will be developed and changes pushed upstream.
*(since 0.37.0)*
- `clone-recursive` - also clone submodules of the repository
- `clone-recursive = true` - also clone submodules of the repository
*(since 0.48.0)*

## wrap-file with Meson build patch
Expand Down

0 comments on commit 562cf34

Please sign in to comment.