pugixml: fix rubocop warnings.
This commit is contained in:
parent
79af61b3f8
commit
3f70249d0e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Pugixml < Formula
|
|||
depends_on "cmake" => :build
|
||||
|
||||
def install
|
||||
shared = (build.with? "shared") ? "ON" : "OFF"
|
||||
shared = build.with?("shared") ? "ON" : "OFF"
|
||||
system "cmake", ".", "-DBUILD_SHARED_LIBS=#{shared}",
|
||||
"-DBUILD_PKGCONFIG=ON", *std_cmake_args
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue