mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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)"
|
||||
$cellar = Pathname.new(__FILE__).dirname.parent.realpath
|
||||
|
||||
ENV['MACOSX_DEPLOYMENT_TARGET']='10.5'
|
||||
ENV['CFLAGS']=ENV['CXXFLAGS']='-O3 -w'
|
||||
|
||||
class Formula
|
||||
# if you reimplement, assign @name, @version, @url and @md5
|
||||
def initialize(url, md5)
|
||||
|
Loading…
x
Reference in New Issue
Block a user