From: BigfootACA Date: 星期六, 27 Mar 2021 15:39:06 +0000 (+0800) Subject: fix build.sh wrong idents X-Git-Tag: v0.2.2~14 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=a53f4c7cf410208dd11e95cbc643a216435aa241;p=edk2-sdm845.git fix build.sh wrong idents --- 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