Browse Source

Use curl instead of wget for make dep

pull/1639/head
Andrew Belt 7 years ago
parent
commit
b5f39d7bd9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dep/Makefile

+ 1
- 1
dep/Makefile View File

@@ -18,7 +18,7 @@ export LDFLAGS


# Commands
WGET = wget -nc
WGET = curl -O
UNTAR = tar xf
UNZIP = unzip
ifeq ($(ARCH),win)


Loading…
Cancel
Save