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

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