From 9206a2f68aeed40fdf758e898a5594a7ac489a80 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 7 Sep 2016 15:08:08 +0200 Subject: [PATCH] Compiler/boost/build: - build shared *and* static libraries --- Compiler/boost/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiler/boost/build b/Compiler/boost/build index 4421be6..6b1d47e 100755 --- a/Compiler/boost/build +++ b/Compiler/boost/build @@ -19,7 +19,7 @@ pbuild::build() { --layout=system \ --without-mpi \ variant=release \ - link=shared \ + link=shared,static \ threading=multi \ stage } @@ -32,7 +32,7 @@ pbuild::install() { --layout=system \ --without-mpi \ variant=release \ - link=shared \ + link=shared,static \ threading=multi \ install }