Package boost: Enable shared builds

This commit is contained in:
Tobias Gruetzmacher 2014-03-07 18:07:59 +01:00 committed by Tony Theodore
parent dfd0b88662
commit 2ce8d4788f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ define $(PKG)_BUILD
--user-config=user-config.jam \
target-os=windows \
threading=multi \
link=static \
link=$(if $(BUILD_STATIC),static,shared) \
threadapi=win32 \
--layout=tagged \
--without-mpi \