diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2018-10-31 11:14:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 11:14:12 +0800 |
commit | 07d0ca50dcb8b4284e53093ff20ad9d5bebaec7d (patch) | |
tree | f99798cdf7c184283c818e0044b524d36528d7fb /GNUmakefile | |
parent | 4409c9cc55af2168da4d273d9d7e1f3eea4dc818 (diff) | |
download | dexon-consensus-07d0ca50dcb8b4284e53093ff20ad9d5bebaec7d.tar dexon-consensus-07d0ca50dcb8b4284e53093ff20ad9d5bebaec7d.tar.gz dexon-consensus-07d0ca50dcb8b4284e53093ff20ad9d5bebaec7d.tar.bz2 dexon-consensus-07d0ca50dcb8b4284e53093ff20ad9d5bebaec7d.tar.lz dexon-consensus-07d0ca50dcb8b4284e53093ff20ad9d5bebaec7d.tar.xz dexon-consensus-07d0ca50dcb8b4284e53093ff20ad9d5bebaec7d.tar.zst dexon-consensus-07d0ca50dcb8b4284e53093ff20ad9d5bebaec7d.zip |
misc: Change bls stuffs for docker build (#278)
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 92c8f57..cf4639f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,8 +7,8 @@ else BINDIR := $(abspath $(BINDIR)) endif PROJECT_ROOT=github.com/dexon-foundation/dexon-consensus-core -BLS_REPO = spiderpowa/bls-go-alpine -BLS_LIB = vendor/github.com/Spiderpowa/bls/lib/libbls384.a +BLS_REPO = dexonfoundation/bls-go-alpine +BLS_LIB = vendor/github.com/dexon-foundation/bls/lib/libbls384.a BUILDER_REPO = dexonfoundation/dexon-alpine ifeq ($(DOCKER),true) |