diff options
Diffstat (limited to 'bin/install_dkg_dep.sh')
-rwxr-xr-x | bin/install_dkg_dep.sh | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/bin/install_dkg_dep.sh b/bin/install_dkg_dep.sh index af5e83e..56ac6b3 100755 --- a/bin/install_dkg_dep.sh +++ b/bin/install_dkg_dep.sh @@ -13,17 +13,8 @@ if [ ! -d .dep/dkg ]; then git clone --depth 1 --single-branch -b dev git://github.com/Spiderpowa/bls.git & git clone --depth 1 git://github.com/herumi/mcl.git & wait - if [ "$(uname -o)" = "Darwin" ] && [ "$(brew --prefix)" != "/usr/local" ]; then - cd mcl - git am ../../../bin/patches/0001-common.mk-remove-hard-coded-CFLAGS-and-LDFLAGS.patch - cd .. - fi cd bls make test_go -j cd ../../../ fi -cp -r .dep/dkg/* \ - vendor/github.com/Spiderpowa -mkdir -p lib -cd lib -ln -sf ../vendor/github.com/Spiderpowa/bls/lib/* . +cp -r .dep/dkg/* vendor/github.com/Spiderpowa |