Fetch git submodules (#297)
The "sync-s" option tells repo to also fetch any submodules that any of the projects may have. This will allow us to fetch llvm-dialects as a submodule of LLPC.
This commit is contained in:
parent
ce9be65ee9
commit
f76b5cbb3c
|
@ -7,7 +7,8 @@
|
|||
<default revision="master"
|
||||
remote="vulkan-github"
|
||||
sync-j="8"
|
||||
sync-c="true" />
|
||||
sync-c="true"
|
||||
sync-s="true" />
|
||||
|
||||
<project path="drivers/xgl" name="xgl" revision="67cd9d1d3016c0522ddf83ba0a0b2bda0de27d4c"/>
|
||||
<project path="drivers/pal" name="pal" revision="042362399cdac1019fbc7f0ace8489aee2907883"/>
|
||||
|
|
Loading…
Reference in New Issue