Skip to content

Commit 4143d71

Browse files
committed
Update build script to use default submodule commits.
1 parent 298fb47 commit 4143d71

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,30 @@ GREEN=`tput setaf 2`
1111
RESET=`tput sgr0`
1212

1313
pushd deps/bc-crypto-base
14-
git checkout develop
1514
./configure --prefix ${LIBS}
1615
make check
1716
make install
1817
popd
1918

2019
pushd deps/bc-shamir
21-
git checkout develop
2220
./configure --prefix ${LIBS}
2321
make check
2422
make install
2523
popd
2624

2725
pushd deps/bc-slip39
28-
git checkout develop
2926
./configure --prefix ${LIBS}
3027
make check
3128
make install
3229
popd
3330

3431
pushd deps/bc-bip39
35-
git checkout develop
3632
./configure --prefix ${LIBS}
3733
make check
3834
make install
3935
popd
4036

4137
pushd deps/bc-bech32
42-
git checkout develop
4338
./configure --prefix ${LIBS}
4439
make check
4540
make install

0 commit comments

Comments
 (0)