diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-08-13 16:45:04 +0200 |
---|---|---|
committer | Jim Carroll <git@dempsy.net> | 2019-10-11 22:46:08 +0300 |
commit | bc11e79c85bad8cd94054a977b14938576faa6a8 (patch) | |
tree | bad461a6b243fe8fe539b95ff27ddb822c1c6130 /tools/depends/target/python3 | |
parent | 1734de67ada459b90e7227fd6c84cf17fc0d707e (diff) |
[TEMP] add python BASE_URL
Diffstat (limited to 'tools/depends/target/python3')
-rw-r--r-- | tools/depends/target/python3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/target/python3/Makefile b/tools/depends/target/python3/Makefile index f6da6cb23f..7ac1928538 100644 --- a/tools/depends/target/python3/Makefile +++ b/tools/depends/target/python3/Makefile @@ -7,6 +7,7 @@ LIBNAME=Python VERSION=3.7.4 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.xz +BASE_URL=https://www.python.org/ftp/python/$(VERSION) ifeq ($(OS),osx) HOSTPLATFORM=_PYTHON_HOST_PLATFORM="darwin" |