diff options
| author | Jack Nagel | 2014-05-27 20:39:52 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-27 20:39:54 -0500 |
| commit | e8fbfad5de2d3ca8c2267c1799e5a2707f7a78cb (patch) | |
| tree | 32f0466f31fea37b6a876c85ce4ce0d41fc28dc3 | |
| parent | 545b9014ae8abd9518a168db198cc40b25fca151 (diff) | |
| download | homebrew-e8fbfad5de2d3ca8c2267c1799e5a2707f7a78cb.tar.bz2 | |
wxmac: remove sdk path argument, it's not needed
Closes #29603.
| -rw-r--r-- | Library/Formula/wxmac.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
