diff options
Diffstat (limited to 'tools/depends/target/wayland-protocols/Makefile')
-rw-r--r-- | tools/depends/target/wayland-protocols/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/wayland-protocols/Makefile b/tools/depends/target/wayland-protocols/Makefile index c10d7a20dd..37c78de25f 100644 --- a/tools/depends/target/wayland-protocols/Makefile +++ b/tools/depends/target/wayland-protocols/Makefile @@ -15,7 +15,7 @@ ifeq ($(PLATFORM),) PLATFORM = native TARBALLS_LOCATION = $(ROOT_DIR) BASE_URL := http://mirrors.kodi.tv/build-deps/sources - RETRIEVE_TOOL := curl -Ls --create-dirs -f -O + RETRIEVE_TOOL := curl -LsS --create-dirs --retry 10 --retry-connrefused -o ARCHIVE_TOOL := tar --strip-components=1 -xf else # Building as part of depends |