Makefile: bring GITHUB_REPOS up to date

This commit is contained in:
Ștefan Talpalaru 2019-02-23 16:59:15 +01:00 committed by zah
parent 592fa5df7e
commit 500820c9e4
1 changed files with 3 additions and 1 deletions

View File

@ -39,8 +39,8 @@ GITHUB_REPOS := \
cheatfate/nimcrypto \
status-im/nim-ranges \
status-im/nim-stint \
OpenSystemsLab/tempfile.nim \
status-im/nim-rocksdb \
status-im/nim-eth \
status-im/nim-byteutils \
status-im/nim-http-utils \
status-im/nim-chronos \
@ -52,8 +52,10 @@ GITHUB_REPOS := \
zah/nim-package-visible-types \
status-im/nim-secp256k1 \
jangko/snappy \
status-im/nim-eth \
status-im/nim-bncurve \
status-im/nim-confutils \
status-im/nim-blscurve \
status-im/nim-beacon-chain
# "foo/bar" -> "$(REPOS_DIR)/bar"
REPOS := $(addprefix $(REPOS_DIR)/, $(foreach github_repo,$(GITHUB_REPOS),$(word 2,$(subst /, ,$(github_repo)))))