diff options
author | Montellese <montellese@kodi.tv> | 2017-03-08 14:42:43 +0100 |
---|---|---|
committer | Montellese <montellese@kodi.tv> | 2017-03-08 14:42:43 +0100 |
commit | 353cb85c0301adb875757f7d59c1c16acfd65ee9 (patch) | |
tree | 6eaf7cec5f89e32e38ed6b5a504b22028fc78d2e /tools/depends/target/libfmt/Makefile | |
parent | 31d4e5ef7b21702c46a929e66ab5ba3a0440909e (diff) |
[depends] libfmt: remove BASE_URL pointing to github
Diffstat (limited to 'tools/depends/target/libfmt/Makefile')
-rw-r--r-- | tools/depends/target/libfmt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/depends/target/libfmt/Makefile b/tools/depends/target/libfmt/Makefile index 5151f8fb3d..b6c8cdea1e 100644 --- a/tools/depends/target/libfmt/Makefile +++ b/tools/depends/target/libfmt/Makefile @@ -4,7 +4,6 @@ DEPS = Makefile # lib name, version LIBNAME=fmt VERSION=3.0.1 -BASE_URL=https://github.com/fmtlib/fmt/archive SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |