Compiler/boost/build:

- build shared *and* static libraries
This commit is contained in:
2016-09-07 15:08:08 +02:00
parent 3f994cf1ac
commit 9206a2f68a

View File

@@ -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
}