aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-18 23:59:37 +0300
committerCem Keylan <cem@ckyln.com>2020-04-18 23:59:37 +0300
commit36c8593b16f626293b9a18bef585acc0baab15d0 (patch)
tree9d44b0b9355d43d6e326c2c680f243dd65fb0a42 /community
parenta3fa1dca5613199c66c49053c30b822660fe4f1d (diff)
downloadrepository-36c8593b16f626293b9a18bef585acc0baab15d0.tar.gz
boost: build with shared objects
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/boost/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/boost/build b/community/boost/build
index 16d829bd..1eac2fea 100755
--- a/community/boost/build
+++ b/community/boost/build
@@ -1,5 +1,5 @@
#!/bin/sh -e
./bootstrap.sh --prefix="$1/usr"
-./b2 stage threading=multi link=static
-./b2 install threading=multi link=static
+./b2 stage threading=multi
+./b2 install threading=multi