Target OS X 10.5 and optimise
This commit is contained in:
parent
044b732cd4
commit
bbee88869a
@ -6,6 +6,9 @@ require 'fileutils'
|
|||||||
$agent = "Homebrew 0.1 (Ruby; Mac OS X 10.5 Leopard)"
|
$agent = "Homebrew 0.1 (Ruby; Mac OS X 10.5 Leopard)"
|
||||||
$cellar = Pathname.new(__FILE__).dirname.parent.realpath
|
$cellar = Pathname.new(__FILE__).dirname.parent.realpath
|
||||||
|
|
||||||
|
ENV['MACOSX_DEPLOYMENT_TARGET']='10.5'
|
||||||
|
ENV['CFLAGS']=ENV['CXXFLAGS']='-O3 -w'
|
||||||
|
|
||||||
class Formula
|
class Formula
|
||||||
# if you reimplement, assign @name, @version, @url and @md5
|
# if you reimplement, assign @name, @version, @url and @md5
|
||||||
def initialize(url, md5)
|
def initialize(url, md5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user