sdl2_mixer: style nit
This commit is contained in:
parent
a9620bd5c9
commit
987d8c021f
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue