Package boost: Enable shared builds

pull/339/merge
Tobias Gruetzmacher 10 years ago committed by Tony Theodore
parent dfd0b88662
commit 2ce8d4788f

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

Loading…
Cancel
Save