aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-02-13 14:38:32 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2019-04-13 20:54:33 +0800
commit1109fd9a6b621320cedd3fac7c25ccb4ced34a6b (patch)
treeb417087f138fa1bf21c2e4c7ccae4ce5592b2d27
parent555c842d6970d8844b0d2a9055b279096e7dbf83 (diff)
downloaddexon-solidity-1109fd9a6b621320cedd3fac7c25ccb4ced34a6b.tar
dexon-solidity-1109fd9a6b621320cedd3fac7c25ccb4ced34a6b.tar.gz
dexon-solidity-1109fd9a6b621320cedd3fac7c25ccb4ced34a6b.tar.bz2
dexon-solidity-1109fd9a6b621320cedd3fac7c25ccb4ced34a6b.tar.lz
dexon-solidity-1109fd9a6b621320cedd3fac7c25ccb4ced34a6b.tar.xz
dexon-solidity-1109fd9a6b621320cedd3fac7c25ccb4ced34a6b.tar.zst
dexon-solidity-1109fd9a6b621320cedd3fac7c25ccb4ced34a6b.zip
cherry-pick fix for boost
-rwxr-xr-xscripts/install_deps.sh2
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
;;