diff options
-rwxr-xr-x | community/boost/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/boost/build b/community/boost/build index 1eac2fea..b08c7328 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 +./b2 stage threading=multi ./b2 install threading=multi |