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