mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
add safe directory
This commit is contained in:
parent
823e17288c
commit
f777e6b95b
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
# Pull all the submodules except llvm, opencv, libpng, sdl and curl
|
||||
# Note: Tried to use git submodule status, but it takes over 20 seconds
|
||||
# shellcheck disable=SC2046
|
||||
git config --global --add safe.directory .
|
||||
git submodule -q update --init --depth 1 $(awk '/path/ && !/llvm/ && !/opencv/ && !/libpng/ && !/libsdl-org/ && !/curl/ { print $3 }' .gitmodules)
|
||||
|
||||
CONFIGURE_ARGS="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue