boost: remove LLVM compiler check no-op.
This commit is contained in:
parent
10c60d47ff
commit
613d3b6797
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class Boost < Formula
|
|||
|
||||
# Boost.Log cannot be built using Apple GCC at the moment. Disabled
|
||||
# on such systems.
|
||||
without_libraries << "log" if ENV.compiler == :gcc || ENV.compiler == :llvm
|
||||
without_libraries << "log" if ENV.compiler == :gcc
|
||||
without_libraries << "mpi" if build.without? "mpi"
|
||||
|
||||
bootstrap_args << "--without-libraries=#{without_libraries.join(",")}"
|
||||
|
|
Loading…
Reference in a new issue