Skip to content

Commit

Permalink
qscintilla2: fix rubocop warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed May 29, 2017
1 parent 02bfb2d commit 69b7684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/qscintilla2.rb
Expand Up @@ -31,7 +31,7 @@ class Qscintilla2 < Formula
end

def install
spec = ENV.compiler == :clang && MacOS.version >= :mavericks ? "macx-clang" : "macx-g++"
spec = (ENV.compiler == :clang && MacOS.version >= :mavericks) ? "macx-clang" : "macx-g++"
args = %W[-config release -spec #{spec}]

cd "Qt4Qt5" do
Expand Down

0 comments on commit 69b7684

Please sign in to comment.