sdl2_mixer: style nit

This commit is contained in:
Dominyk Tiller 2015-12-26 14:46:50 +00:00
parent a9620bd5c9
commit 987d8c021f

View file

@ -29,10 +29,7 @@ class Sdl2Mixer < Formula
ENV["SMPEG_CONFIG"] = "#{Formula["smpeg2"].bin}/smpeg2-config" if build.with? "smpeg2"
args = ["--prefix=#{prefix}",
"--disable-dependency-tracking",
]
args = %W[--prefix=#{prefix} --disable-dependency-tracking]
args << "--enable-music-mod-mikmod" if build.with? "libmikmod"
system "./configure", *args