tbb: fix rubocop warnings.
This commit is contained in:
parent
77a04fd60e
commit
626e4773cd
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Tbb < Formula
|
||||||
depends_on "swig" => :build
|
depends_on "swig" => :build
|
||||||
|
|
||||||
def install
|
def install
|
||||||
compiler = ENV.compiler == :clang ? "clang" : "gcc"
|
compiler = (ENV.compiler == :clang) ? "clang" : "gcc"
|
||||||
args = %W[tbb_build_prefix=BUILDPREFIX compiler=#{compiler}]
|
args = %W[tbb_build_prefix=BUILDPREFIX compiler=#{compiler}]
|
||||||
|
|
||||||
if build.cxx11?
|
if build.cxx11?
|
||||||
|
|
Loading…
Reference in a new issue