Build multi-threaded Boost.

This commit is contained in:
Dane Jensen 2009-09-08 01:37:00 -07:00 committed by Max Howell
parent 93b192046f
commit 72cb689bc5

View file

@ -8,6 +8,6 @@ class Boost <Formula
def install
# we specify libdir too because the script is apparently broken
system "./bootstrap.sh --prefix='#{prefix}' --libdir='#{lib}'"
system "./bjam --layout=system --prefix='#{prefix}' --libdir='#{lib}' install"
system "./bjam --layout=tagged --prefix='#{prefix}' --libdir='#{lib}' threading=multi install"
end
end