add safe directory

This commit is contained in:
qurious-pixel 2025-06-08 07:25:52 -07:00
parent 823e17288c
commit f777e6b95b

View file

@ -3,6 +3,7 @@
# Pull all the submodules except llvm, opencv, libpng, sdl and curl # Pull all the submodules except llvm, opencv, libpng, sdl and curl
# Note: Tried to use git submodule status, but it takes over 20 seconds # Note: Tried to use git submodule status, but it takes over 20 seconds
# shellcheck disable=SC2046 # 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) git submodule -q update --init --depth 1 $(awk '/path/ && !/llvm/ && !/opencv/ && !/libpng/ && !/libsdl-org/ && !/curl/ { print $3 }' .gitmodules)
CONFIGURE_ARGS=" CONFIGURE_ARGS="