From a53f4c7cf410208dd11e95cbc643a216435aa241 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Sat, 27 Mar 2021 23:39:06 +0800 Subject: [PATCH] fix build.sh wrong idents --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b991cd3..e5f8dc9 100755 --- a/build.sh +++ b/build.sh @@ -99,7 +99,7 @@ then set -e git submodule set-url edk2-platforms https://hub.fastgit.org/tianocore/edk2-platforms.git git submodule init;git submodule update --depth 1 pushd edk2 - + git submodule set-url ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 https://hub.fastgit.org/ucb-bar/berkeley-softfloat-3.git git submodule set-url CryptoPkg/Library/OpensslLib/openssl https://hub.fastgit.org/openssl/openssl.git git submodule set-url BaseTools/Source/C/BrotliCompress/brotli https://hub.fastgit.org/google/brotli.git -- 2.45.2