ld64: fix dependency order
This commit is contained in:
parent
cb00806fee
commit
73b1516ac2
1 changed files with 1 additions and 2 deletions
|
@ -16,13 +16,12 @@ class Ld64 < Formula
|
|||
keg_only :provided_by_macos,
|
||||
"ld64 is an updated version of the ld shipped by Apple"
|
||||
|
||||
depends_on MaximumMacOSRequirement => :snow_leopard
|
||||
|
||||
# Tiger either includes old versions of these headers,
|
||||
# or doesn't ship them at all
|
||||
depends_on "cctools-headers" => :build
|
||||
depends_on "dyld-headers" => :build
|
||||
depends_on "libunwind-headers" => :build
|
||||
depends_on MaximumMacOSRequirement => :snow_leopard
|
||||
depends_on "openssl"
|
||||
|
||||
resource "makefile" do
|
||||
|
|
Loading…
Reference in a new issue