mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Remove unused SPIRV submodules
This commit is contained in:
parent
d9c4e14c40
commit
522124d695
18 changed files with 13 additions and 111 deletions
|
@ -8,7 +8,7 @@ git config --global --add safe.directory '*'
|
|||
|
||||
# Pull all the submodules except llvm
|
||||
# shellcheck disable=SC2046
|
||||
git submodule -q update --init $(awk '/path/ && !/llvm/ && !/SPIRV/ { print $3 }' .gitmodules)
|
||||
git submodule -q update --init $(awk '/path/ && !/llvm/ { print $3 }' .gitmodules)
|
||||
|
||||
mkdir build && cd build || exit 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue