aboutsummaryrefslogtreecommitdiff
path: root/community/boost/build
blob: 16d829bdbc26399bebec2899f957a41446ac23eb (plain)
1
2
3
4
5
#!/bin/sh -e

./bootstrap.sh --prefix="$1/usr"
./b2 stage threading=multi link=static
./b2 install threading=multi link=static