Build multi-threaded Boost.
This commit is contained in:
parent
93b192046f
commit
72cb689bc5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue