Merge pull request #918 from PaddlePaddle/install

[bugfix] fix wget for install
pull/919/head
Hui Zhang 3 years ago committed by GitHub
commit 3ef38d7c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@ CC ?= gcc # used for sph2pipe
# CXX = clang++ # Uncomment these lines...
# CC = clang # ...to build with Clang.
$(WGET) ?= wget --no-check-certificate
WGET ?= wget --no-check-certificate
.PHONY: all clean

Loading…
Cancel
Save