aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-05-27 20:39:52 -0500
committerJack Nagel2014-05-27 20:39:54 -0500
commite8fbfad5de2d3ca8c2267c1799e5a2707f7a78cb (patch)
tree32f0466f31fea37b6a876c85ce4ce0d41fc28dc3
parent545b9014ae8abd9518a168db198cc40b25fca151 (diff)
downloadhomebrew-e8fbfad5de2d3ca8c2267c1799e5a2707f7a78cb.tar.bz2
wxmac: remove sdk path argument, it's not needed
Closes #29603.
-rw-r--r--Library/Formula/wxmac.rb2
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