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 }