fceux: use scons helper
This commit is contained in:
parent
dd34a4313a
commit
ff15bbe30a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue