Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
libupnp: style nit
Browse files Browse the repository at this point in the history
Closes #50447.

Signed-off-by: Dominyk Tiller <[email protected]>
  • Loading branch information
DomT4 committed Mar 26, 2016
1 parent 28b879b commit a6e3737
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Library/Formula/libupnp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ class Libupnp < Formula
option "with-ipv6", "Enable IPv6 support"

def install
args = ["--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}"
]
args = %W[
--disable-debug
--disable-dependency-tracking
--prefix=#{prefix}
]

args << "--enable-ipv6" if build.with? "ipv6"

Expand Down

0 comments on commit a6e3737

Please sign in to comment.