gtk-mac-integration: fix rubocop warnings.
This commit is contained in:
parent
188a33c8d2
commit
8f9f63ec00
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class GtkMacIntegration < Formula
|
|||
--enable-introspection=yes
|
||||
]
|
||||
|
||||
args << ((build.without? "gtk+3") ? "--without-gtk3" : "--with-gtk3")
|
||||
args << (build.without?("gtk+3") ? "--without-gtk3" : "--with-gtk3")
|
||||
system "./configure", *args
|
||||
system "make", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue