We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11daa63 commit a9ead92Copy full SHA for a9ead92
1 file changed
build.sh
@@ -25,7 +25,7 @@ OUT=msposd
25
26
if [[ "$1" != *"native"* && "$1" != *"rockhip"* ]]; then
27
if [ ! -e toolchain/$CC ]; then
28
- wget -c -q --show-progress $DL.$CC.tgz -P $PWD
+ wget -c -q --show-progress --no-check-certificate $DL.$CC.tgz -P $PWD
29
mkdir -p toolchain/$CC
30
tar -xf toolchain.$CC.tgz -C toolchain/$CC --strip-components=1 || exit 1
31
rm -f $CC.tgz
0 commit comments