Some improvements to the Scons formula

master
elliottcable 2009-10-10 15:47:56 -08:00 committed by Max Howell
parent f66907e05f
commit 81cb955f89
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ class Scons <Formula
md5 'd95c3749438e51db592b854683083965'
def install
system "python", "setup.py", "install", "--prefix=#{prefix}"
system "python setup.py install", "--prefix=#{prefix}", "--no-version-script", "--standalone-lib"
end
end