fceux: use scons helper

This commit is contained in:
Adam Vandenberg 2014-02-25 07:45:54 -08:00
parent dd34a4313a
commit ff15bbe30a

View file

@ -22,7 +22,7 @@ class Fceux < Formula
def install
args = []
args << "GTK=0" if build.include? "no-gtk"
system "scons", *args
scons *args
bin.install 'src/fceux'
end
end