From e8fbfad5de2d3ca8c2267c1799e5a2707f7a78cb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 27 May 2014 20:39:52 -0500 Subject: wxmac: remove sdk path argument, it's not needed Closes #29603. --- Library/Formula/wxmac.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/wxmac.rb b/Library/Formula/wxmac.rb index ffca7833e..503b15e4e 100644 --- a/Library/Formula/wxmac.rb +++ b/Library/Formula/wxmac.rb @@ -63,8 +63,6 @@ class Wxmac < Formula "--disable-monolithic" ] - args << "--with-macosx-sdk=#{MacOS.sdk_path}" unless MacOS.version >= "10.9" - system "./configure", *args system "make install" end -- cgit v1.2.3