diff --git a/build.sh b/build.sh index b48c0f7..5eb6da0 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,4 @@ -git submodule init -git submodule update +git submodule update --init --recursive --remote # Check what compiler we have if type "musl-gcc" > /dev/null 2>&1; then