From 92bd15d5a17d8fff7d0003c82655c4afafe37c5b Mon Sep 17 00:00:00 2001 From: justuser-31 Date: Tue, 22 Apr 2025 12:00:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B1=D0=BE=D1=87=D0=B0=D1=8F=20?= =?UTF-8?q?=D1=81=D0=B8=D0=BD=D1=85=D1=80=D0=BE=D0=BD=D0=B8=D0=B7=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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