This causes Meson to clone the repo with the --recursive flag, pulling all of the submodules automatically.pull/4453/head
parent
46bf51543b
commit
67cc636e53
3 changed files with 20 additions and 2 deletions
@ -0,0 +1,7 @@ |
||||
## Git wraps can now clone submodules automatically |
||||
|
||||
To enable this, the following needs to be added to the `.wrap` file: |
||||
|
||||
```ini |
||||
clone-recursive=true |
||||
``` |
Loading…
Reference in new issue