Skip to content

Commit

Permalink
Fix: Resolve ssl verify fault in makefile. Ref msv-lab#28
Browse files Browse the repository at this point in the history
  • Loading branch information
buaabarty committed Oct 12, 2022
1 parent d50f323 commit be1ef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clean-all: $(CLEAN_MODULES)

# Information for retrieving dependencies

DOWNLOAD=wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 --tries=5 --continue
DOWNLOAD=wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 --tries=5 --continue --no-check-certificate

LLVM_GCC_URL=http://llvm.org/releases/2.9/llvm-gcc4.2-2.9-x86_64-linux.tar.bz2
LLVM_GCC_ARCHIVE=llvm-gcc4.2-2.9-x86_64-linux.tar.bz2
Expand Down

0 comments on commit be1ef1a

Please sign in to comment.