There was an error while loading. Please reload this page.
1 parent 958b46f commit 20fd7bdCopy full SHA for 20fd7bd
build/pkg-install.sh
@@ -30,6 +30,7 @@ git clone ${SRC:-"https://github.com/supranational/blst"} blst.$$
30
cd blst.$$
31
tag=`git tag --sort=v:refname | tail -1`
32
git checkout --detach ${tag}
33
+ tag=`expr substr $tag 2 8`
34
./build.sh "$@"
35
cp libblst.a "${DST}/.."
36
cp bindings/blst.h* "${DST}/../../include"
0 commit comments