Skip to content

Commit a9ead92

Browse files
committed
geändert: build.sh
1 parent 11daa63 commit a9ead92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OUT=msposd
2525

2626
if [[ "$1" != *"native"* && "$1" != *"rockhip"* ]]; then
2727
if [ ! -e toolchain/$CC ]; then
28-
wget -c -q --show-progress $DL.$CC.tgz -P $PWD
28+
wget -c -q --show-progress --no-check-certificate $DL.$CC.tgz -P $PWD
2929
mkdir -p toolchain/$CC
3030
tar -xf toolchain.$CC.tgz -C toolchain/$CC --strip-components=1 || exit 1
3131
rm -f $CC.tgz

0 commit comments

Comments
 (0)