diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-02-13 14:38:32 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-13 20:54:33 +0800 |
commit | 1109fd9a6b621320cedd3fac7c25ccb4ced34a6b (patch) | |
tree | b417087f138fa1bf21c2e4c7ccae4ce5592b2d27 | |
parent | 555c842d6970d8844b0d2a9055b279096e7dbf83 (diff) | |
download | dexon-solidity-1109fd9a6b621320cedd3fac7c25ccb4ced34a6b.tar.gz dexon-solidity-1109fd9a6b621320cedd3fac7c25ccb4ced34a6b.tar.zst dexon-solidity-1109fd9a6b621320cedd3fac7c25ccb4ced34a6b.zip |
cherry-pick fix for boost
-rwxr-xr-x | scripts/install_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 0d1620c4..0ed13fdd 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -162,7 +162,7 @@ case $(uname -s) in # See https://pkgs.alpinelinux.org/ apk update - apk add boost-dev build-base cmake git + apk add boost-dev boost-static build-base cmake git ;; |