Skip to content

Commit

Permalink
fix build.sh wrong idents
Browse files Browse the repository at this point in the history
  • Loading branch information
BigfootACA committed Mar 27, 2021
1 parent cdf7679 commit a53f4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a53f4c7

Please sign in to comment.