From 1109fd9a6b621320cedd3fac7c25ccb4ced34a6b Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Wed, 13 Feb 2019 14:38:32 +0800 Subject: cherry-pick fix for boost --- scripts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- cgit