diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-11 20:51:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-11 20:51:22 +0300 |
commit | 2e6fe916b8f9298d3c2927e50419248989325a1e (patch) | |
tree | da7ff4c4edf2992903bf96be9bfd7c50cddc6b6c /community/boost/build | |
parent | 16c097315b1c6eb028a92d151ddbc99a43f208af (diff) | |
download | repository-2e6fe916b8f9298d3c2927e50419248989325a1e.tar.gz |
mpd/depends/tools: add to community
Diffstat (limited to 'community/boost/build')
-rwxr-xr-x | community/boost/build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/boost/build b/community/boost/build new file mode 100755 index 00000000..16d829bd --- /dev/null +++ b/community/boost/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +./bootstrap.sh --prefix="$1/usr" +./b2 stage threading=multi link=static +./b2 install threading=multi link=static |